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
