-
Recently active
Hi all, This scenario has few relevant details. Will try to make all them visible... I need to send an XML SOAP message to a third party, and the message has embedded a document, which has to be codified (uuencode) in base64. Reading the documentation, the approach has to be the creation of a full set of data types with the same structure than the XSD to be sent. So far, so good. I'm able to send a full data type with the file using an Integration call, setting the content type as XML (application/xml), in the content I have the data structure and I ticked the Automatically convert CDT to XML. This is a post message with an specific header and basic authentication. Now, that third party says is unable to consume the message if there is no a proper SOAP header in the XML... Simple, right? I need to add this: <soapenv:Envelope xmlns:soapenv="">schemas.xmlsoap.org/.../" > <soapenv:Header/> <soapenv:Body> --> here goes my message </s
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.