Click OK. The Copy Operation tab in the Assign window updates to show the
5.
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.
Create a file and call it FindDoctor.xml as shown in the following example:
1.
<?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>
Save the file to the C:/temp folder that was defined for the first adapter. The file
2.
is deleted after the SOA server reads the file and complete the process.
Open the C:\tempOut folder that was defined in the second adapter. A file with
3.
the following contents is copied to this folder.
<?xml version="1.0"?>
<findDoctorData xmlns="http://xmlns.oracle.com/Esb/findDoctorData">
<Record1 xmlns>="">IMSDB</Record1>
Deploy a BPEL Outbound Process
BPEL Process Manager Examples 5-9
Need help?
Do you have a question about the Application Server 10.1.3.4 and is the answer not in the manual?