How to change web service IP address

Hi,

I've written a smart device application that communicates with my web service.

How do I go about changing the IP address in the PDA application so that I can still communicate to the web service when I deploy both the web service to the web server (which will have different IP address that development server) and the PDA application to the PDA

Thanks.


Answer this question

How to change web service IP address

  • Joe Duffy

    Your web service proxy has Url property which you can modify during the runtime to point to a different server.
  • ChapiNaples

    Thanks, it works. Big Smile
  • How to change web service IP address