Problem with using WSDL2Java within a program, instead of a command line tool

2004-01-07 Thread Deepa Gupta
Hello,   I need to write a program wherein I am expected to take a WSDL url as input, then generate the stubs, skeletons and type classes. Then I need to store the stub class name in my database. For this I need the WSDL2Java class to return to me the name of the stub class.   My problem is that in

Problem with using WSDL2Java within a program, instead of a command line tool

2004-01-07 Thread Deepa Gupta
Hello,   I need to write a program wherein I am expected to take a WSDL url as input, then generate the stubs, skeletons and type classes. Then I need to store the stub class name in my database. For this I need the WSDL2Java class to return to me the name of the stub class.   My problem is