Database Reference
In-Depth Information
diator composite will continue to invoke the BPEL service on the development
server! Our goal then, as the administrator, is to deploy this same Mediator pro-
ject to the test server and change its references to the test environment accord-
ingly.
Once the Mediator project is saved, the project will include two files with hard-
coded URLs. The composite.xml file has the following code snippet:
<reference name="HelloWorldBPEL_BPEL"
ui:wsdlLocation=" http://soa11gdev:8001 /soa- infra/services/default/HelloWorldBPEL/HelloWorldBPEL.wsdl">
<interface.wsdl interface="http://xmlns.oracle.com /SOA11g/HelloWorldBPEL/HelloWorld#wsdl.interface(HelloWorld)"/>
<binding.ws port="http://xmlns.oracle.com/ SOA11g/HelloWorldBPEL/HelloWorld#wsdl. endpoint(helloworld_client_ep/HelloWorld_pt)"
location=" http://soa11gdev:8001 /soa- infra/services/default/HelloWorldBPEL/helloworld_client_ep?WSDL"
soapVersion="1.1">
<property name="weblogic.wsee.wsat.transaction.flowOption"
type="xs:string" many="false">WSDLDriven</property>
</binding.ws>
</reference>
And the Mediator1.componentType file in the same project includes the fol-
lowing code snippet:
<reference name="HelloWorld_BPEL"
ui:wsdlLocation=" http://soa11gdev:8001 /soa- infra/services/default/HelloWorldBPEL/HelloWorld.wsdl">
<interface.wsdl interface="http://xmlns.oracle.com /SOA11g/HelloWorldBPEL/HelloWorld#wsdl.interface(HelloWorld)"/>
</reference>
Prior to deploying this to the test server, we first create a configuration plan
cfgplan_test.xml with the following content:
<?xml version="1.0" encoding="UTF-8"?>
<SOAConfigPlan xmlns:jca="http://platform.integration.oracle /blocks/adapter/fw/metadata"
xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
xmlns:orawsp="http://schemas.oracle.com/ws/2006/01/policy"
xmlns:edl="http://schemas.oracle.com/events/edl"
Search WWH ::




Custom Search