Oracle SOA 11g provides several ways to allow you change the end point during the deployment.
One way is to use Oracle SOA EM to do so.
First select the deployed SOA application in Oracle SOA EM and the dashboard of this application is displayed on the right panel.
Then go down to the bottom in the right panel and find Services and References and click on the web service reference to be changed.
Then click on the tab Properties. It will display as the below:
Then type in the new end point address in End Point Address text edit and then click on Apply button.
However the better way to do this is through config plan. You can create the config plan from JDeveloper by
Here is one example of config plan:
Here in the config plan we specify to replace the NO Target Address in TestProviderService.wsdl with new end pint address.
Then when you deploy the application with JDeveloper remember to attach this config plan.
After the successful deployment the new end point value will be used for this external web service.
No comments:
Post a Comment