Hi, I've a WSDL file and xsd file and I used the Axis2, bin/wsdl2java utility to generate the java classes from wsdl using the following command:
bin\wsdl2java.bat -p com.org1.service -uri org1.wsdl
I see 5 different files created under com/org1/service directory with the AWSServiceServiceStub.java file containing number of java classes. This is inconvenient for us. Is it possible to generate all the classes in separate files instead of 1 file? If so, what is the command to use? Thanks a bunch. -Ray
