I am using the following configuration to generate a wsdl from a java class
in JBoss 4.0.4:
http://javatype.mycompany.com";
type-namespace="com.mycompany.javatype"/>
Once I have the wsdl, if I run the wsdl-java, irresespective of whether
I do
I am looking at the JBoss 4.0.4 WS stack and see that the wstools requires
the user to supply the package to namespace mapping (or vice-versa)
for a java2wsdl or a wsdl2java invocation. Why is there no option of
turning this off so that the JBossWS stack itself generates the default
mapping?
Why