Hi Bastian,
I have a SOAP web service call that requires additional headers for the server to recognize the message correctly, I get a response using the method you suggested by putting the SOAP message in an HTTP call payload.
The problem I'm having now is that the server returns a fully formed XML document with an XML declaration. The XML processing engine then treats the entire message as text and not XML, so I can't use XPATH queries to access the information.
Do you know any way to avoid this or work around it?
I can copy the text after "?>" to strip out the xml declaration, but the XML processing engine still treats the XML as text.
Regards
Cameron