Click here to Skip to main content
15,908,768 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can any one explain me about how to consume a visual data flex web service in .net. How to create proxy classes for it in visual studio?Can anyone let me know how to consume the web service in my c# application ?


http://webservices.daehosting.com/services/TemperatureConversions.wso


It would be helpful if someone can can guide me about consuming the above web service via .net programming.
Posted

1 solution

You can add http://webservices.daehosting.com/services/TemperatureConversions.wso?WSDL[^] url to your project as a "Add Service Reference" or use "wsdl.exe" to generate proxy class and then added them to your project.

How to: Add and Remove Web References[^]
 
Share this answer
 

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