Hi,
I have been developing a WebService client using
Java since last week. I have a WSDL file and am able to invoke the service from the server by creating appropriate Stubs using
IDE Wizard. I would like to create Stubs dynamically based on passed WSDL file using WSDL2Java or any other open source tool. I am not using any build tool such as
ant etc. Can any one give me a good example on how to create stubs using java?
thanks
sat