You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by ex...@nokia.com on 2000/11/27 18:10:25 UTC

XML document parameter

I'm trying to send an XML document as 'parameter' (example PutListing.java)
and everything works correctly.
My XML document it is encapsulated in a tag that I don't want to put in the
SOAP message

<newListings
SOAP-ENV:encodingStyle="http://xml.apache.org/xml-soap/literalxml">
...
<!-  my XML document is here !->
...
</newListings>

Somebody knows how it is possible to remove it.
I would like to send/receive messages in which all parameters (input/output)
are simple XML document (DOM)

Thanks
Fabio Angelini