Réf. : Re: SOAP to DOM

2003-12-10 Thread valerie . bauche
normalize() has no effect on that... This is really a big problem for me, because I insert into the SOAP message a piece of xml SIGNED... When I take it back it is full of "\n" and then I cannot verify the signature. Axis compromise the integrity of my message : it's very embarrassing !! I do

Réf. : Re: SOAP to DOM

2003-12-09 Thread valerie . bauche
I've done exactly the same : public void invoke(MessageContext msgContext) throws AxisFault { try { org.apache.axis.Message testMsg = msgContext.getCurrentMessage (); org.w3c.dom.Element element = testMsg.getSOAPEnvelope ().getAsDOM(); .. eleme