Re: Placing an XML document with a SOAP request
Posted By:
Sharath_Jonnalagadda
Posted On:
Thursday, January 10, 2002 04:17 AM
use an XMLOutputter and generate a String of the XMLDocument and now add this String as an attachment to the existing soap message and send it across to the other server. at the other end make use of the MimeHeaders of the incoming message and recreate the SOAPMessage and from the generated soap message extract the attachment part. which is the raw XML which is needed by you