You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by va...@bull.net on 2004/12/06 16:56:32 UTC

namespace move with axis 1.2

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