Java Reference
In-Depth Information
<copy>
<from>$CustomerProcessEsbOperationIn.getCustomerFullNameEsb/
customerID</from>
<to>$GetCustomerFullNameIn.parameters/customerID</to>
</copy>
</assign>
<invoke name="InvokeCustomerLookup"
partnerLink="CustomerProcessPLink"
operation="getCustomerFullName"
xmlns:tns="urn:com:soacookbook"
portType="tns:CustomerLookupService"
inputVariable="GetCustomerFullNameIn"
outputVariable="GetCustomerFullNameOut"/>
<assign name="Assign2">
<copy>
<from>$GetCustomerFullNameOut.parameters/customerFullName</from>
<to>$CustomerProcessEsbOperationOut.getCustomerFullNameResponseEsb/
customerFullName</to>
</copy>
</assign>
<reply name="ReplyToClient"
partnerLink="CustomerProcessPartnerLink"
operation="CustomerProcessEsbOperation"
xmlns:tns="http://soacookbook.com/wsdl/CustomerProcessEsb"
portType="tns:CustomerProcessEsbPortType"
variable="CustomerProcessEsbOperationOut"/>
</sequence>
</process>
You can also switch back to the design view to check out the completed process. You should
have no red error marks on your canvas, and your process should look like Figure 9-12 .
Search WWH ::




Custom Search