Corporation Video Gaming Accessories User Manual

Deploy a BPEL Outbound Process
BPEL Process Manager Examples 5-3
See Configuring an OracleAS Adapter for IMS/DB for Outbound Interactions for
an explanation on how to create the findDoctor interaction and for an
explanation on the WSDL.
Design-Time Configuration
This section describes the design-time steps necessary to deploy two BPEL outbound
processes. The processes use the Web service called FINDDOCTOR. This service finds
a list of doctors from IMS data. The following are the steps required to create the
outbound process.
Create a BPEL Project for a BPEL Outbound Process
Create a Database Adapter to Read the Doctor Table
Design a BPEL Outbound Process to Read the String
Create a Partner Link to the Database Adapter
Edit the Invoke_1 Activity
Edit the Assign_1 Activity
Create a BPEL Project for a BPEL Outbound Process
Do the following to create a BPEL project for outbound.
1. In JDeveloper, from the View menu, select Application Navigator.
2. In the Application Navigator, right-click the application you are working with and
select New Project. The New Gallery dialog box is displayed.
3. From the Items list, select BPEL Process Project then click OK. The BPEL Project
Creation Wizard-Project Settings dialog box is displayed.
Figure 5–1 Outbound Project Settings
4.
Do the following in BPEL Project Creation Wizard-Project Settings dialog box:
Enter a name for the BPEL process, for example BPELOutbound1.
From the Template list, select Empty BPEL Process.