Hi,
I am using SOA Suite 12.1.3 and developed an soa composite with JMS Adapter (reads message from queue from another machine) and process the message in BPEL and calls external webservice methods (webservice deployed in another machine) through partnerlink.
The above said JMS Adapter uses Machine Name1(AppServer connection) which is hard coded and also the partner link uses WSDL which is also hard coded. Now I have to move this application to production box where both JMS Source machine and Webservice Source machine names will be different.
So how can I prepare my application to make it compatible to work in different environments? How can I get rid of this hard coded stuff?
Otherwise I have to prepare a new jarĀ with production box machine names. What if again the environment changes, so every time preparing new jar for each environment is a problem.
Please let me know your inputs. Appreciate any help.
Thank You,
Cdhar