I try to use the last version of axis : 1.2RC2 instead of the axis 1.1 I have a web service with a method of this type : public Document execute(Document body)
when the web service receive the document, it has changed : all namespaces had been moved to the root element ! The problem is that the document is signed and this modification makes the signature verif fail ! It did not happen with axis 1.1 What can i do to correct it ? Valerie