From: cantor Date: Tue, 23 Sep 2008 14:55:02 +0000 (+0000) Subject: https://bugs.internet2.edu/jira/browse/CPPXT-25 X-Git-Tag: 1.4.1~305 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fxmltooling.git;a=commitdiff_plain;h=0f22799fa9e140ca1857ea0dd3f5042875b0aadb https://bugs.internet2.edu/jira/browse/CPPXT-25 git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/branches/REL_1@526 de75baf8-a10c-0410-a50a-987c0e22f00f --- diff --git a/xmltooling/soap/impl/CURLSOAPTransport.cpp b/xmltooling/soap/impl/CURLSOAPTransport.cpp index 0aca880..41828dc 100644 --- a/xmltooling/soap/impl/CURLSOAPTransport.cpp +++ b/xmltooling/soap/impl/CURLSOAPTransport.cpp @@ -478,7 +478,7 @@ void CURLSOAPTransport::send(istream& in) log.debug("sending SOAP message to %s", m_endpoint.c_str()); if (curl_easy_perform(m_handle) != CURLE_OK) { throw IOException( - string("CURLSOAPTransport failed while contacting SOAP responder: ") + + string("CURLSOAPTransport failed while contacting SOAP endpoint (") + m_endpoint + "): " + (curl_errorbuf[0] ? curl_errorbuf : "no further information available")); } }