Oracle SOA Suite - Changing the service endpoint URL dynamically through EM console
Sometimes we may need to change the default endpoint location of the Oracle SOA Suite composite service through the EM console.Steps to change the endpoint URL’s of the references through the EM console - Oracle SOA 11g
- In EM console click on the Composite
- Scroll down to Service and References section
- Click on Reference link and properties tab
- Change Endpoint Address to the desired location and click apply
The new request will be send to the new endpoint location configured through the EM console.
I just tried to test this behavior and here is an interesting observation. I changed the endpoint to an invalid URL through EM. When I invoked the service, it initially faulted with error "Unable to access the following endpoint", but then automatically retrieved the original valid endpoint and processed the request.
ReplyDeleteIs it possible to find and replace the service endpoint URL in SOA 11g as we do it in OSB 11g ?
ReplyDeleteyes,
Deletea deployment plan can be used for this and the application can be updated with the deployment plan after making the necessary changes like changing the end point URLs etc
Please let me know how to do this via script???
ReplyDeleteIt's possible to make this by code( in bpel)?
ReplyDeleteIt's posible to do it, by code, in bpel?
ReplyDelete