nilsmagnus / wsdl2java

Gradle plugin for generating java source from wsdl files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Namespace-package mapping drops www

ScottDish opened this issue · comments

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?