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