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.

[368 byte] By [Coss] at [2007-12-16]
# 1
Your web service proxy has Url property which you can modify during the runtime to point to a different server.
AlexY at 2007-9-9 > top of Msdn Tech,Smart Device Development,.NET Compact Framework...
# 2
Thanks, it works. Big Smile
Coss at 2007-9-9 > top of Msdn Tech,Smart Device Development,.NET Compact Framework...