Hi all,
I'm curious if there's a better way of doing what I'm currently doing. We have number of MII instances for DEV, QAS, etc... MII is used as a central web service which all other systems call. In some cases, this might mean that MII will request data from another system (via a web service) in order to fulfill the request. These sub systems also have multiple instances for DEV, QAS, etc...
This means when I call the web services from MII, I need to be able to point to different servers - the DEV equivalent, or QAS equivalent, etc... The way I've done this at the moment is to have a Global Parameter which defines the server path, then dynamically build up the web service URL for the web service action block in the MII transaction. Then I can point the Global Parameter to which ever server I want to call the web service on.
Is this the best approach or has someone out there encountered this and come up with a neater solution?
Thanks.