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
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