RE: WSDL2Java generated a big stub file. How to generate multiple small ones?

2008-11-11 Thread Gus
Raghu Upadhyayula wrote: > > Gus, > > Use the -u option in WSDL2Java. > > -u Unpacks the databinding classes > > Thanks > Raghu > Thank you soo much, Raghu. I will try it now. I have been working on this for several days, but couldn'

WSDL2Java generated a big stub file. How to generate multiple small ones?

2008-11-11 Thread Gus
Hi everyone, I am very new on Axis2 and WS. Hope someone can help me. I used a wsdl file to generate a client stub file (Eclipse IDE), but the stub file is very big, about 60,000 line. All sub-classes are static in the stub, e.g. request, response, binding class: "public static class Stud