How to change web service IP address
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.

