I want to build a web service client and after some research i tried to use axis2Java in Eclipse.
I wonder how this works, I have the WSDL of the web service I want to access and i went through all the steps in the wizard of code generator, including the success popup at the end.
I thought it would generate some Java classes in order to be used in the construction of the SOAP request to the web service but I don't seem to find any.
I wonder what am I doing wrong with this? Any help?
Thanks
It sounds to me that you only imported the WSDL-file but did not create the Web Service client itself.
Here is what you have to do to make this work in Eclipse:
First open the "Import"-Dialog
Select the WSDL you want to import
Create a Webservice Client
Now the classes should be available in your src-directory.