On 2/7/07, ChadDavis <[EMAIL PROTECTED]> wrote:

I've used wsdl2java to generate a client side stub.  Everything works
fine, but the file is mega-huge.  90k lines.


If you generate the code without giving any other argument except -uri, it
generates the stub file including all the class files as inner classes. I
think this is the reason on your case.
use -u option which creates a seperate interface and classes.

In fact, it kind of
brings my IDE to its knees.  I only need a single operation from the
stub, so I'm trying to trim the thing down to size, which is kind of
difficult since my IDE can't handle the size very well.

SO . . . is it possible to specify a subset of operations from the
WSDL that the wsdl2java command should build into the stub?


No. The only option is to comment them from the wsdl.

THanks,
Chad

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Amila Suriarachchi,
WSO2 Inc.

Reply via email to