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 don't understand why those caracters (\n \t....) which are only needed to get a nice looking are included in the SOAP message !!! It's very restrictive when you want to play with security...
Valerie "Jeff Greif" <[EMAIL PROTECTED]> sur 09/12/2003 17:58:48 Veuillez répondre à [EMAIL PROTECTED] Pour : <[EMAIL PROTECTED]> cc : Objet : Re: SOAP to DOM try document.getDocumentElement().normalize() Jeff ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 09, 2003 6:41 AM Subject: SOAP to DOM > In a handler (axis BasicHandler type), I need to transform the soap part of > the message into a Document object > I use the javax.xml.transform.Transformer and I get the Document object. > But this Document is full of "\n" and sometimes "\r" or spaces !!! ...