Hi,
As said above, u'll have to add first reference of WS in ur project by right clicking on WebReferences. You will mostly required to click on "Web Services on local machine" and select webservices which you require and click on add reference. Make sure that you have namespace included.
Then simply you will have to create an instance of that webservice and using that instance you can have list of available public methods. Use method which you need and pass parameter if required and webservice should return you expected result.
Hope this helps
Thanks
|