How can I customise the namespace prefixes in Metro/JavaEE auto-generated WSDL?

Posted by Steve McLeod on Stack Overflow See other posts from Stack Overflow or by Steve McLeod
Published on 2008-12-11T10:58:27Z Indexed on 2010/03/24 2:03 UTC
Read the original article Hit count: 254

Filed under:
|
|
|
|

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?

© Stack Overflow or respective owner

Related posts about java

Related posts about java-ee