We are consuming a third party web service using the following steps :
- Third party vendor gave the link of their web service
- Created a proxy class using the link.
- Called their method through a program.
We are giving some input and getting the corresponding output - We are able to consume the external WS absolutely fine.
If the server location of the above web service changes do we have to follow the above steps all over again that is create new PROXY CLASS??
What if the third party application also have a landscape just like SAP for ex - DEV, QA, PRD - the IP of the web service is different on each system.
The user(who is not a technical person) wants something very simple where they just want to put the web service's new link and system should function as it was with old link.