Java Reference
In-Depth Information
xmlns="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:tns="http://soacookbook.com/bpel/CustomerProcess">
<import namespace="urn:com:soacookbook"
location="localhost_8080/TestXslWSWebApp/
CustomerLookupService.wsdl"
importType="http://schemas.xmlsoap.org/wsdl/"/>
<import namespace="http://soacookbook.com/wsdl/CustomerProcessEsb"
location="CustomerProcessEsb.wsdl"
importType="http://schemas.xmlsoap.org/wsdl/"/>
<partnerLinks>
<partnerLink name="CustomerProcessPartnerLink"
xmlns:tns="http://soacookbook.com/wsdl/CustomerProcessEsb"
partnerLinkType="tns:CustomerProcessEsb"
myRole="CustomerProcessEsbPortTypeRole"/>
<partnerLink name="CustomerProcessPLink"
xmlns:tns="urn:com:soacookbook"
partnerLinkType="tns:CustomerLookupService"
partnerRole="lookupRole"/>
</partnerLinks>
<variables>
<variable name="CustomerProcessEsbOperationOut"
xmlns:tns="http://soacookbook.com/wsdl/CustomerProcessEsb"
messageType="tns:CustomerProcessEsbOperationResponse"/>
<variable name="GetCustomerFullNameOut"
xmlns:tns="urn:com:soacookbook"
messageType="tns:getCustomerFullNameResponse"/>
<variable name="GetCustomerFullNameIn"
xmlns:tns="urn:com:soacookbook"
messageType="tns:getCustomerFullName"/>
<variable name="CustomerProcessEsbOperationIn"
xmlns:tns="http://soacookbook.com/wsdl/CustomerProcessEsb"
messageType="tns:CustomerProcessEsbOperationRequest"/>
</variables>
<sequence>
<receive name="ReceiveLookupRequest" createInstance="yes"
partnerLink="CustomerProcessPartnerLink"
operation="CustomerProcessEsbOperation"
xmlns:tns="http://soacookbook.com/wsdl/CustomerProcessEsb"
portType="tns:CustomerProcessEsbPortType"
variable="CustomerProcessEsbOperationIn"/>
<assign name="Assign1">
Search WWH ::




Custom Search