X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fopensaml2.git;a=blobdiff_plain;f=saml%2Fsaml1%2Fbinding%2Fimpl%2FSAML1SOAPDecoder.cpp;h=d60dcedc81a8f7ec195468b2c0b73e1ce0e8d65e;hp=971d700a20302011d88eed0c456db381f81fb05c;hb=25e13c8d1138bb4a9509e359eee3ce1c26becc27;hpb=359b4db29548e8f45fbd4a4b8b35df0d53fb9f25 diff --git a/saml/saml1/binding/impl/SAML1SOAPDecoder.cpp b/saml/saml1/binding/impl/SAML1SOAPDecoder.cpp index 971d700..d60dced 100644 --- a/saml/saml1/binding/impl/SAML1SOAPDecoder.cpp +++ b/saml/saml1/binding/impl/SAML1SOAPDecoder.cpp @@ -84,6 +84,7 @@ XMLObject* SAML1SOAPDecoder::decode( const char* data = genericRequest.getRequestBody(); if (!data) throw BindingException("SOAP message had an empty request body."); + log.debug("received message:\n%s", data); istringstream is(data); // Parse and bind the document into an XMLObject.