I have multiple clients (mobile and web) that need to connect to my application on the cloud using web services. How do I specify the IP address of the server in my client code? Another query is - if I change the server, and go to another cloud provider and get a new IP address, would I need to change all my client applications to reflect the new IP address? Is there any other optimized way in which I would not need to change the client applications?
Any help would be appreciated.
Thanks.