You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by "Raju, Prabhakar (P.)" <pr...@ford.com> on 2006/09/11 15:54:53 UTC

Question on namspace prefix...

Hi,

I tried removing the automatically generated namespace prefix (something
like xmlns:"ns1"...) for method element (for method call) using the
serialized call removeNamespacePrefix(ns) after calling
createSoapMethod(,). But it did not remove the prefix. What is the
appropriate use of this call and should I remove/change  that  prefix
only thru' handlers?

regards