Click here to Skip to main content
15,893,668 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am using web services in my applcation.

My requirement is, I have a website which is providing web services.

Here I don't know how to find web methods in that website.

And I want to know how to generate the WSDL file to the web method
Please help.
Thanks in advance
Posted

1 solution

1 > just copy the url of hosted webservice .
2 > right click on your web application
3 > click on add web reference
4 > paste your url and click on go
5 > Service will get add in you project

Service1.YourWebService object = Service1.YourWebService();
object.YourMethod();
 
Share this answer
 
Comments
srmohanr 15-Oct-13 7:52am    
Thanks for your help. I have done all these steps. But I could see any methods

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