Is there a way to invoke wsdl2java so that instead of the default namespace prefixes (ns1, ns2, etc.) you can specify the namespace prefix for a namespace? We're replacing a gSOAP server with Apache Axis (2.1.3) and the client insists that the namespace prefixes be kept the same for some unknown reason.
I see the Qname() constructor does allow for prefix selection but nothing in command line seems to invoke it. Perhaps something in -E? K.R. Bob H.=