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 Christian Geuer-Pollmann <ma...@nue.et-inf.uni-siegen.de> on 2001/10/17 13:25:24 UTC

Create a SOAP Message without Transport

Hi all,

short (and probably simple) question. I have a DOM structure which I want 
to pack into a SOAP message. After that I want to get back the SOAP message 
back as a DOM structure to make some modifications to it. Simply speaking, 
how do I wrap a SOAP message around a NodeList or an Element? I don't want 
to use some HTTP stuff to send it to someone or something like this, just 
memory operations.

Christian