Hi, I am just trying to start with SOAP and I would like to know if it is possible to send some XML payload within the SOAP message. I would like to use the SOAP simple to deliver my data (which are xml encoded) from one app to another, and then to send an ACK back.
Is there a way how to do it within the body, or do I have to send it as an attachment. And is it necessary to use base64 encoding? Or is there any other way? Any help appreciated, Jakub
