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

namespace move with axis 1.2

Can't find any solution for this problem :

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