Axiom SOAP envelope and org.w3c.dom.*

2007-05-25 Thread Henning Jensen
Hi! I'm writing a handler for Axis2 that uses another framework for inspecting SOAP envelopes. This framework uses the org.w3c.dom.* interfaces and I have used the SAAJUtil in the Axis2 handler to get a org.w3c.dom.Document object. Document doc = SAAJUtil.getDocumentFromSOAPEnvelope(envelope

Re: Axiom SOAP envelope and org.w3c.dom.*

2007-05-25 Thread Davanum Srinivas
Henning, Could you please post a stripped down sample in JIRA? I hope you are using Axis2 1.2 recently released. thanks, dims On 5/25/07, Henning Jensen <[EMAIL PROTECTED]> wrote: Hi! I'm writing a handler for Axis2 that uses another framework for inspecting SOAP envelopes. This framework use