Hi, I have a situation where I have a test environment and a production environment which have similar webservice running on two different locations. I am using the test environment's wsdl to generate gsoap stubs and compiling my program. Once the testing is done, I need to deploy the program in production environment where the webservice location is different. Is there a way in which I can make server IP configurable and change the configuration parameter to connect to two different web services?
Please help me!
