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 "Barrett, Fred" <Fr...@FMR.COM> on 2003/05/30 15:34:05 UTC

Namespace prefixes with message style

I'm using Axis 1.0 for a message-style service; my methods
have the form

    public Document method(Document body);

This works just fine, but with one problem:  Axis ignores the
namespace prefixes I set in my returned Document, and replaces
them with ns1, ns2, etc.  I like my namespace prefixes, and
would prefer Axis not change them.  Any suggestions?

Thanks,

Fred Barrett