Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

Actually i have a website hosted online and which has a webservice. Now what i want to do is i want to utilise the hosted webservice.

I added new service reference to the project and created an object of the webservice reference.

Sref_HomeService.HomeServiceSoapClient obj_ = new Sref_HomeService.HomeServiceSoapClient();


Please explain me how to use this service and get data from it.

I am using visual studio 2015.

What I have tried:

This is what i have tried to use the service reference.

Sref_HomeService.HomeServiceSoapClient obj_ = new Sref_HomeService.HomeServiceSoapClient();
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900