Programming Tutorials

Comment on Tutorial - Call a webservice in Java By Emiley J



Comment Added by : Surender Singh Dalal

Comment Added at : 2016-06-22 20:57:09

Comment on Tutorial : Call a webservice in Java By Emiley J
to create that class use below command:

wsimport -keep -verbose -p com.wsdlclient http://.....wsdl


View Tutorial