running command line WSDL2Java, (axis2 1.4.1) with following options
-o {root of my source tree} -t -d adb -u -ssi -wv 1.1 -or -Ejavaversion
1.5 -uri {my wsdl}
I find the following source code generation pattern:
In reasonable packages under source, it generates data classes from the
WSDL, say com.whatever.City1.java
com.whatever.State1.java
But it also generates (in the default package)
City0.java
State0.java
What could be causing it to generate these extra classes in the default
package and is there anything I can or should do about it.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]