wsdl2java
wsdl2java copied to clipboard
Namespace-package mapping drops www
When generating code from wsdl, namespace such as http://www.mycompany.com/foo produces a package as com.mycompany.foo, the "www" component of the namespace is mysteriously dropped. Is this behavior intentional? Is there some config that would cause the full hostname to be preserved in the package?