You should send XML document as an attachment to a SOAP message. This is the only defined way how to do that in SOAP. Look at the demo multipart in WASP that supports attachments (http://www.systinet.com/products/wasp_lite/index.html)
Sincerely Radovan Radovan Janecek VP, Engineering, Systinet (formerly Idoox) http://www.systinet.com ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 28, 2001 8:45 AM Subject: xml via SOAP Q? > 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 >
