Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Consuming Web Services Without Proxy Class (.Net)

  • 01-09-2006 11:30AM
    #1
    Moderators, Society & Culture Moderators Posts: 9,688 Mod ✭✭✭✭


    I have to sync some data between a laptop and a PDA. The easiest way to do it seems to be to run a web service on the laptop and use it to pass datasets between them. This is simple enough, but because I need the code to run on different laptop/pda pairs, and I'd like the flexibility to easily change either the service or the PDA, I don't want to have to go through a proxy class hardcoded for a particular service.

    Anybody know an easy way in .Net to dynamically consume a web service without having to construct all the HTTP GET/POST requests and parse the responses myself ?

    (I've been looking through the Discovery namespace, but not made much sense of it so far)


Comments

Advertisement