Friday, May 14, 2010

Endpoint Virtualization of Partner Link in BPEL11G

In SOA 10g we could use the wsdlRunTimeLocation in partnerLink property in bpel.xml and use $server_url instead of hardcoding the server name , so that we do not have to change the reference everytime we deploy out processes to a different server.


This property is not available in 11g. It is moved as attribute ' location' under binding.ws, in the composite.xml. This is not configurable at runtime.
However, you can use a configuration plan XML file at deployment time whenever you deploy your process on a different server.

For details please see this section in the SOA Dev Guide
Customizing Your Application for the Target Environment Prior to Deployment

No comments: