How can I customise the namespace prefixes in Metro/JavaEE auto-generated WSDL?
- by Steve McLeod
I'm using Java 6 + JavaEE + Tomcat 6 + Metro for SOAP web services. In the response, the namespace prefixes are ns2, ns3, ns4, and so on. I'd like to be able to instruct the web services stack to use custom names instead.
How do I do this?