Hi,
We have a segregated development and live environment, which is pretty standard. I am looking at implementing web services using the Web Service 'Connection' type from within Metastorm, exposing the relevant methods.
This web service has a specific endpoint from within our development environment, which I can use to create a Server Script to implement the methods. I have a solution that deploys into this environment and tests successfully.
Now, when we get to the point that we want to release this to a live environment, I need the ability to change the endpoint from the development one to the live one without having to change the connection parameters within the solution. Many developers may be working on this code and the risk is too high that this step would be forgotten and subsequently breaks the live environment.
Can this be done? Is there some way of making this dynamic in code (so that we could look this up from a configuration setting / database)?
Thanks in advance,
Nils.