Corporation Video Gaming Accessories User Manual

Deploy a BPEL Outbound Process
BPEL Process Manager Examples 5-9
5.
Click OK. The Copy Operation tab in the Assign window updates to show the
rule.
The following figure shows how the final process looks:
Figure 5–9 Final Outbound Process
Runtime Configuration
This section describes how to test the project and run it to see that the outbound
process is executed successfully. Do the following to test the outbound process.
1. Create a file and call it FindDoctor.xml as shown in the following example:
<?xml version="1.0" encoding="UTF-8"?>
<CU:FindDoctorData
xmlns:CU="http://xmlns.oracle.com/Esb/FindDoctorData"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Record1>IMSDB</Record1>
</CU:FindDoctorData>
2. Save the file to the C:/temp folder that was defined for the first adapter. The file
is deleted after the SOA server reads the file and complete the process.
3. Open the C:\tempOut folder that was defined in the second adapter. A file with
the following contents is copied to this folder.
<?xml version="1.0"?>
<findDoctorData xmlns="http://xmlns.oracle.com/Esb/findDoctorData">
<Record1 xmlns>="">IMSDB</Record1>