How to consume web services in WinForms
kalit sikka
with httprequest object u can send request and get response back
Hi kalit,
I think it is similar to web, in the sense that, you just have to add a web reference in your windows application project and then create reference of the objects of the web service and call the methods provided with it.