3
Reply

How to consume web services in WinForms

kalit sikka

kalit sikka

15y
6.1k
0
Reply

    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.

     

    How to consume web services in WinForms