Hi Shiv,
I tried few options and either of these did not work.Could you please let me know the missing pieces.
Method 1 :
I generated stubs through Axis2 wsdl2Java and after importing them,i found that the generated callback Handler did not contain all the method which other classes were refering to.I used Axis2 1.4.1 and i tried with 1.3 as well.Both had the same issue.The command which i used to generate the stub is
wsdl2Java -uri "C:\wsdl\abc" -d adb -u
Method 2:
I tried to check with the sample code which you have provided.But i Got
exception in thread "main" org.apache.axis2.Axisfault :Transport out has not been set .
here is the change which i added to the existing one
The other question i have here is,if you are to call a service,you need to know the implementations (methods in the service) to invoke it.Don't we need to generate stubs in this approach.
Thanks for your help.