You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by "Rafert, Tim" <tr...@tanning.com> on 2002/02/09 00:26:39 UTC

any way to avoid creating a Document obj unmarshall into the Body ?

Is there anyway to avoid creating a Document object to send within a SOAP
envelope?
 
If I know the XML that needs to be sent as the SOAP Body is good/valid/etc -
I don't really feel it necessary to create a Document object.  Is there a
way to just stream out the xml into the Message object?
 
Thanks
Tim