Skip Headers
Oracle® Fusion Middleware Application Adapter for PeopleSoft User's Guide for Oracle WebLogic Server
11g Release 1 (11.1.1.4.0)
E17055-04
  Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
 
Next
Next
 

6 Integration With BPM Service Components in the Oracle SOA Suite

Oracle Application Adapter for PeopleSoft integrates seamlessly with Oracle Business Process Management (BPM) to facilitate Web service integration. Oracle BPM is based on the Service-Oriented Architecture (SOA). It consumes adapter services exposed as Web Service Definition Language (WSDL) documents.

This chapter contains the following topics:

Overview

To integrate with Oracle BPM, Oracle Application Adapter for PeopleSoft must be deployed in the same WLS container as Oracle BPM. The underlying adapter services must be exposed as WSDL files, which are generated during design time in Oracle Adapter Application Explorer (Application Explorer) for both request-response (outbound) and event notification (inbound) services of the adapter. For more information, see "Generating a WSDL (J2CA Configurations Only)".

The generated WSDL files are used to design the appropriate BPM processes for inbound or outbound adapter services. A completed BPM process must be successfully compiled in JDeveloper and deployed to a BPM server. Upon deployment to the BPM server, every newly built process is automatically deployed to the Oracle Enterprise Manager console, where you run, monitor, and administer BPM processes, and listen to adapter events.

Deployment of Adapter

During installation, Oracle Application Adapter for PeopleSoft is deployed as a J2CA 1.0 resource adapter within the WLS container. The adapter must be deployed in the same WLS container as Oracle BPM.

Configuring a New Application Server Connection

For more information on how to configure a new Application Server connection in Oracle JDeveloper, see Configuring a New Application Server Connection.

Designing an Outbound BPM Process Using Transformations for Service Integration

The following tools are required to complete your outbound design-time configuration:


Note:

The examples in this chapter demonstrate the use of JDeveloper.

Before you design a BPM process, you must generate the respective WSDL file using Application Explorer. For more information, see "Generating WSDL for Request/Response Service".

Samples have been provided for this usecase scenario in the etc/sample folder in Application Adapters installation.

Creating an Empty Composite for BPM

Perform the following steps to create an empty composite for BPM:

  1. Create a new BPM application.

  2. Enter a name for the new BPM application and click Next, as shown in Figure 6-1.

    Figure 6-1 Name Your Application Page

    Name your application page
    Description of "Figure 6-1 Name Your Application Page"

    The Name your project page is displayed, as shown in Figure 6-2.

    Figure 6-2 Name Your Project Page

    Name your project page
    Description of "Figure 6-2 Name Your Project Page"

  3. Enter a project name (for example, PSoft_JCA_Outbound) and click Next.

    The Configure SOA settings page is displayed, as shown in Figure 6-3.

    Figure 6-3 Configure SOA Settings Page

    Configure SOA settings page
    Description of "Figure 6-3 Configure SOA Settings Page"

  4. From the Composite Template list, select Empty Composite and click Finish.

Defining a BPM Outbound Process

This section describes how to define a BPM outbound process, which consists of the following stages:

  1. Configuring a Third Party Adapter Service Component

  2. Configuring an Outbound BPM Process Component

  3. Creating a File Adapter for the Write Operation

Configuring a Third Party Adapter Service Component

Perform the following steps to create a third party adapter service component:

  1. Drag and drop the Third Party Adapter component from the Service Adapters pane to the External References pane, as shown in Figure 6-4.

    Figure 6-4 Third Party Adapter Component

    External References pane
    Description of "Figure 6-4 Third Party Adapter Component"

    The Create Third Party Adapter Service dialog is displayed, as shown in Figure 6-5.

    Figure 6-5 Create Third Party Adapter Service Dialog

    Create Third Party Adapter Service dialog box
    Description of "Figure 6-5 Create Third Party Adapter Service Dialog"

  2. Enter a name for the third party adapter service.

  3. Ensure that Reference is selected from the Type list (default).

  4. Click the Find existing WSDLs icon, which is located to the right of the WSDL URL field.

    The SOA Resource Browser dialog is displayed, as shown in Figure 6-6.

    Figure 6-6 SOA Resource Browser Dialog

    SOA Resource Browser dialog box
    Description of "Figure 6-6 SOA Resource Browser Dialog"

  5. Browse and select an outbound PeopleSoft WSDL file from the following directory:

    <ADAPTER_HOME>\soa\thirdparty\ApplicationAdapters\wsdls
    
  6. Click OK.

    The Localize Files dialog is displayed, as shown in Figure 6-7.

    Figure 6-7 Localize Files Dialog

    Localize Files dialog box
    Description of "Figure 6-7 Localize Files Dialog"

  7. Click OK.

    The outbound WSDL file and associated request and response XML schema files (.xsd) are imported to the project folder that has been created.

    You are returned to the Create Third Party Adapter Service dialog, as shown in Figure 6-8.

    Figure 6-8 Create Third Party Adapter Service Dialog

    Create Third Party Adapter Service dialog box
    Description of "Figure 6-8 Create Third Party Adapter Service Dialog"

  8. Click the Find JCA file icon, which is located to the right of the JCA File field.

    The SOA Resource Browser dialog is displayed, as shown in Figure 6-9.

    Figure 6-9 SOA Resource Browser Dialog

    SOA Resource Browser dialog box
    Description of "Figure 6-9 SOA Resource Browser Dialog"

  9. Browse and select the JCA properties file from the following directory:

    <ADAPTER_HOME>\soa\thirdparty\ApplicationAdapters\wsdls
    
  10. Click OK.

    The following message is displayed, as shown in Figure 6-10.

    Figure 6-10 Copy File Confirmation

    Copy File message
    Description of "Figure 6-10 Copy File Confirmation"

  11. Click Yes.

    A copy of the JCA properties file is made in the project folder.

    You are returned to the Create Third Party Adapter Service dialog, as shown in Figure 6-11.

    Figure 6-11 Create Third Party Adapter Service Dialog

    Create Third Party Adapter Service dialog box
    Description of "Figure 6-11 Create Third Party Adapter Service Dialog"

  12. Click OK.

    The third party adapter service component (Location) is created and displayed in the External References pane, as shown in Figure 6-12.

    Figure 6-12 Third Party Adapter Service Component

    External References pane
    Description of "Figure 6-12 Third Party Adapter Service Component"

    You are now ready to configure an outbound BPM process component.

Configuring an Outbound BPM Process Component

Perform the following steps to configure an outbound BPM process component:

  1. Drag and drop the BPMN Process component from the Service Components pane to the Components pane, as shown in Figure 6-13.

    Figure 6-13 BPMN Process Component

    Components pane
    Description of "Figure 6-13 BPMN Process Component"

    The Create BPMN Process dialog is displayed, as shown in Figure 6-14.

    Figure 6-14 Create BPMN Process Dialog

    Create BPMN Process dialog
    Description of "Figure 6-14 Create BPMN Process Dialog"

  2. Accept the default option that is selected in the Type area (Asynchronous Service) and click Finish.

    The BPMN Process component is created, as shown in Figure 6-15.

    Figure 6-15 BPMN Process Component

    BPMN Process component
    Description of "Figure 6-15 BPMN Process Component"

  3. Double-click the BPMN Process component in the Components pane.

    The BPMN process is displayed, as shown in Figure 6-16.

  4. Click the Activity icon, as shown in Figure 6-17.

    Figure 6-17 Activity Icon

    BPMN Process component
    Description of "Figure 6-17 Activity Icon"

  5. Drop the Activity icon on the wire between the Start and End event components, as shown in Figure 6-18.

    The Properties - Activity dialog is displayed, as shown in Figure 6-19.

    Figure 6-19 Properties - Activity Dialog

    Properties - Activity dialog
    Description of "Figure 6-19 Properties - Activity Dialog"

  6. Click the Implementation tab.

  7. Select Service Task from the Implementation Type list, as shown in Figure 6-20.

  8. Select Service Call from the Implementation list, as shown in Figure 6-21.

  9. Click the Browse icon to the right of the Name field, as shown in Figure 6-22.

    The Type dialog is displayed, as shown in Figure 6-23.

  10. Select the Third Party Service that has been created for PeopleSoft (for example, Location) and click OK.

    You are returned to the Properties - Activity dialog, as shown in Figure 6-24.

    Figure 6-24 Properties - Activity Dialog

    Properties - Activity dialog
    Description of "Figure 6-24 Properties - Activity Dialog"

  11. Select the Use Associations option that is located under Data Associations.

  12. Click the Edit Data Associations icon.

    The Data Associations dialog is displayed, as shown in Figure 6-25.

    Figure 6-25 Data Associations Dialog

    Data Associations dialog
    Description of "Figure 6-25 Data Associations Dialog"

  13. Right-click the Process node in the right pane and select Add.

    The Create Data Object dialog is displayed, as shown in Figure 6-26.

    Figure 6-26 Create Data Object Dialog

    Create Data Object dialog
    Description of "Figure 6-26 Create Data Object Dialog"

  14. Enter a name in the Name field (for example, Request) and click on the drop-down button in the Type field and select <Component> from the list.

    The Create Data Object dialog is displayed, as shown in Figure 6-27.

    Figure 6-27 Create Data Object Dialog

    Create Data Object dialog
    Description of "Figure 6-27 Create Data Object Dialog"

  15. Click on the Browse button below the Type field, as shown in Figure 6-28.

    Figure 6-28 Create Data Object

    Browse Types dialog
    Description of "Figure 6-28 Create Data Object "

    The Browse window opens, as shown inFigure 6-29.

    Figure 6-29 Browse Window

    Browse window
    Description of "Figure 6-29 Browse Window"

  16. Select the first component (for example, PS8) and click OK.

    You are returned to the Create Data Object dialog, as shown in Figure 6-30.

    Figure 6-30 Create Data Object Dialog

    Create Data Object dialog
    Description of "Figure 6-30 Create Data Object Dialog"

  17. Click OK.

    The Data Object (for example, Request) that has been created is displayed under the Process node in the Data Associations dialog, as shown in Figure 6-31.

    Figure 6-31 Data Associations Dialog

    Data Associations dialog
    Description of "Figure 6-31 Data Associations Dialog"

  18. Create another Data Object by right-clicking the Process node in the right pane and selecting Add, as shown in Figure 6-32.

    Figure 6-32 Add Option in Data Associations Dialog

    Data Associations dialog
    Description of "Figure 6-32 Add Option in Data Associations Dialog"

    The Create Data Object dialog is displayed, as shown in Figure 6-33.

    Figure 6-33 Create Data Object Dialog

    Create Data Object dialog
    Description of "Figure 6-33 Create Data Object Dialog"

  19. Enter a name in the Name field (for example, Response) and click the drop-down button in the Type field and select <Component> from the list.

    The Create Data Object dialog is displayed, as shown in Figure 6-34.

    Figure 6-34 Create Data Object

    Browse Types dialog
    Description of "Figure 6-34 Create Data Object"

  20. Click on the Browse icon below the Type field, as shown in Figure 6-35.

    The Browse window opens as shown in Figure 6-36.

    Figure 6-36 Browse Window

    Browse window
    Description of "Figure 6-36 Browse Window"

  21. Select the second component (for example, PS81) and click OK.

    You are returned to the Create Data Object dialog, as shown in Figure 6-37.

    Figure 6-37 Create Data Object Dialog

    Create Data Object dialog
    Description of "Figure 6-37 Create Data Object Dialog"

  22. Click OK.

    The Data Object (for example, Response) that has been created is displayed under the Process node in the Data Associations dialog, as shown in Figure 6-38.

    Figure 6-38 Data Associations Dialog

    Data Associations dialog
    Description of "Figure 6-38 Data Associations Dialog"

  23. Select the Request Data Object under the Process node in the right pane and drag it to the field below the Inputs area, as shown in Figure 6-39.

    Figure 6-39 Request Data Object

    Data Associations dialog
    Description of "Figure 6-39 Request Data Object"

  24. Select the Response Data Object under the Process node in the right pane and drag it to the field below the Outputs area, as shown in Figure 6-40.

    Figure 6-40 Response Data Object

    Data Associations dialog
    Description of "Figure 6-40 Response Data Object"

  25. Click OK.

    You are returned to the Properties - Activity dialog, as shown in Figure 6-41.

    Figure 6-41 Properties - Activity Dialog

    Properties - Activity dialog
    Description of "Figure 6-41 Properties - Activity Dialog"

  26. Click OK.

    The Service Task is created between the Start and End Event components, as shown in Figure 6-42.

  27. Save the process and double-click the Start event component.

    The Properties - Start dialog is displayed, as shown in Figure 6-43.

    Figure 6-43 Properties - Start Dialog

    Properties - Start dialog
    Description of "Figure 6-43 Properties - Start Dialog"

  28. Click the Implementation tab, as shown in Figure 6-44.

    Figure 6-44 Implementation Tab

    Implementation tab
    Description of "Figure 6-44 Implementation Tab"

  29. Click the Plus icon to the right of the Arguments Definition field.

    The Create Argument dialog is displayed, as shown in Figure 6-45.

    Figure 6-45 Create Argument Dialog

    Create Argument dialog
    Description of "Figure 6-45 Create Argument Dialog"

  30. Enter a name in the Name field (for example, argument1) and click on the drop-down button in the Type field and select <Component> from the list.

    The Create Argument dialog is displayed, as shown in Figure 6-46.

    Figure 6-46 Create Argument Dialog

    Browse Types dialog
    Description of "Figure 6-46 Create Argument Dialog"

  31. Click on the Browse icon below the Type field, as shown in Figure 6-47.

    Figure 6-47 Create Argument

    Browse Types dialog
    Description of "Figure 6-47 Create Argument"

  32. Select the first component (for example, PS8) and click OK.

    You are returned to the Create Argument dialog, as shown in Figure 6-48.

    Figure 6-48 Create Argument Dialog

    Create Argument dialog
    Description of "Figure 6-48 Create Argument Dialog"

  33. Click OK.

    You are returned to the Properties - Start dialog, as shown in Figure 6-49.

    Figure 6-49 Properties - Start Dialog

    Properties - Start dialog
    Description of "Figure 6-49 Properties - Start Dialog"

  34. Select the Use Associations option that is located under Data Associations.

  35. Click the Edit Data Associations icon.

    The Data Associations dialog is displayed, as shown in Figure 6-50.

  36. Select the Request Data Object under the Process node in the right pane and drag it to the field below the Outputs area.

    Figure 6-50 Data Associations Dialog

    Data Associations dialog
    Description of "Figure 6-50 Data Associations Dialog"

  37. Click OK.

    You are returned to the Properties - Activity dialog, as shown in Figure 6-51.

    Figure 6-51 Properties - Activity Dialog

    Properties - Activity dialog
    Description of "Figure 6-51 Properties - Activity Dialog"

  38. Click OK.

    You are returned to the Process workspace area, as shown in Figure 6-52.

  39. Double-click composite.xml in the left pane.

    Figure 6-52 Process Workspace Area

    Process workspace area
    Description of "Figure 6-52 Process Workspace Area"

  40. Click the Save All icon in the menu bar to save the new outbound BPM process component that was configured.

    You are now ready to create a File adapter for the write operation.

Creating a File Adapter for the Write Operation

Perform the following steps to create a File adapter for the write operation:

  1. Drag and drop the File Adapter component from the Service Adapters pane to the External References pane, as shown in Figure 6-53.

    Figure 6-53 File Adapter Component

    File Adapter component
    Description of "Figure 6-53 File Adapter Component"

    The Adapter Configuration Wizard is displayed, as shown in Figure 6-54.

    Figure 6-54 Adapter Configuration Wizard

    Adapter Configuration Wizard
    Description of "Figure 6-54 Adapter Configuration Wizard"

  2. Click Next.

    The Service Name page is displayed, as shown in Figure 6-55.

    Figure 6-55 Service Name Page

    Service Name page
    Description of "Figure 6-55 Service Name Page"

  3. Type a name for the new File adapter in the Service Name field and click Next.

    The Adapter Interface page is displayed, as shown in Figure 6-56.

    Figure 6-56 Adapter Interface Page

    Adapter Interface pane
    Description of "Figure 6-56 Adapter Interface Page"

  4. Ensure that the Define from operation and schema (specified later) option is selected.

  5. Click Next.

    The Operation page is displayed, as shown in Figure 6-57.

    Figure 6-57 Operation Page

    Operation pane
    Description of "Figure 6-57 Operation Page"

  6. Select Write File from the list of Operation Type options and specify an Operation Name (for example, Write).

  7. Click Next.

    The File Configuration page is displayed, as shown in Figure 6-58.

    Figure 6-58 File Configuration Page

    File Configuration pane
    Description of "Figure 6-58 File Configuration Page"

  8. Specify a location on your file system where the output file is written.

  9. In the File Naming Convention field, specify a name for the output file.

  10. Click Next.

    The Messages page is displayed, as shown in Figure 6-59.

    Figure 6-59 Messages Page

    Messages pane
    Description of "Figure 6-59 Messages Page"

  11. Click Browse, which is located to the right of the URL field.

    The Type Chooser dialog is displayed, as shown in Figure 6-60.

    Figure 6-60 Type Chooser Dialog

    Type Chooser dialog box
    Description of "Figure 6-60 Type Chooser Dialog"

  12. Expand Project Schema Files and LOCATION_invoke_response.xsd.

  13. Select the available schema (for example, PS8).

  14. Click OK.

    You are returned to the Messages page, as shown in Figure 6-61.

    Figure 6-61 Messages Page

    Messages pane
    Description of "Figure 6-61 Messages Page"

  15. Click Next.

    The Finish page is displayed, as shown in Figure 6-62.

  16. Click Finish.

    The File Adapter service is created in the External References pane, as shown in Figure 6-63.

    Figure 6-63 File Adapter Service

    External References pane
    Description of "Figure 6-63 File Adapter Service"

  17. Double-click the BPMN Process component.

    The BPMN process is displayed, as shown in Figure 6-64.

  18. Click the Activity icon.

  19. Drop the Activity icon on the wire between the Service Task and End event components, as shown in Figure 6-65.

    Figure 6-65 Activity Icon

    Service Task and End components
    Description of "Figure 6-65 Activity Icon"

    The Properties - Activity dialog is displayed, as shown in Figure 6-66.

    Figure 6-66 Properties - Activity Dialog

    Properties - Activity dialog
    Description of "Figure 6-66 Properties - Activity Dialog"

  20. Click the Implementation tab.

  21. Select Service Task from the Implementation Type list, as shown in Figure 6-67.

  22. Select Service Call from the Implementation list, as shown in Figure 6-68.

  23. Click the Browse icon to the right of the Name field, as shown in Figure 6-69.

    The Type dialog is displayed, as shown in Figure 6-70.

  24. Select the service for write operation that has been created (for example, Write_file) and click OK.

    You are returned to the Properties - ServiceTask1 dialog, as shown in Figure 6-71.

    Figure 6-71 Properties - ServiceTask1 Dialog

    Properties - ServiceTask1 dialog
    Description of "Figure 6-71 Properties - ServiceTask1 Dialog"

  25. Select the Use Transformations option that is located under Data Associations.

  26. Click the Edit Transformations icon.

    The Edit Transformations dialog is displayed, as shown in Figure 6-72.

    Figure 6-72 Edit Transformations Dialog

    Transformations dialog
    Description of "Figure 6-72 Edit Transformations Dialog"

  27. Click the Plus icon.

    The Create Transformation dialog is displayed, as shown in Figure 6-73.

    Figure 6-73 Create Transformation Dialog

    Create Transformation dialog
    Description of "Figure 6-73 Create Transformation Dialog"

  28. Select the Response Data Object that was created from the Sources list, as shown in Figure 6-74.

    Figure 6-74 Create Transformation Dialog

    Create Transformation dialog
    Description of "Figure 6-74 Create Transformation Dialog"

  29. Click the Plus icon so that the Data Object 'Response' is added to the Selected Elements area.

  30. Accept the default value that is selected in the Target list, as shown in Figure 6-74.

  31. Leave the default name displayed in the Create field and click OK.

    You are returned to the Edit Transformations dialog, as shown in Figure 6-75.

    Figure 6-75 Edit Transformations Dialog

    Edit Transformations dialog
    Description of "Figure 6-75 Edit Transformations Dialog"

  32. Click OK.

    You are returned to the Properties - Activity dialog, as shown in Figure 6-76.

    Figure 6-76 Properties - Activity Dialog

    Properties - ServiceTask1 dialog
    Description of "Figure 6-76 Properties - Activity Dialog"

  33. Click OK.

    The Response_body.xsl tab is displayed, as shown in Figure 6-77.

    Figure 6-77 Response_body.xsl Tab

    Response_body.xsl tab
    Description of "Figure 6-77 Response_body.xsl Tab"

  34. Automap the Source and Target elements.

    The Auto Map Preferences dialog is displayed, as shown in Figure 6-78.

    Figure 6-78 Auto Map Preferences Dialog

    Auto Map Preferences dialog
    Description of "Figure 6-78 Auto Map Preferences Dialog"

  35. Accept the default values and click OK.

    The transformation is completed, as shown in Figure 6-79.

    Figure 6-79 Completed Transformation

    completed transformation
    Description of "Figure 6-79 Completed Transformation"

  36. Save the transformation.

  37. Return to the Process workspace area, as shown in Figure 6-80.

    Figure 6-80 Process Workspace Area

    Process workspace area
    Description of "Figure 6-80 Process Workspace Area"

    The ServiceTask1 component is created between the ServiceTask component and the End event component.

  38. Save the process.

  39. Double-click the End event component.

    The Properties - End dialog is displayed, as shown in Figure 6-81.

  40. Click the Implementation tab.

    Figure 6-81 Properties - End Dialog

    Implementation tab
    Description of "Figure 6-81 Properties - End Dialog"

  41. Select None from the Implementation Type list, as shown in Figure 6-82.

    Figure 6-82 Implementation Type List

    Implementation Type list
    Description of "Figure 6-82 Implementation Type List"

  42. Click OK.

    You are returned to the Process workspace area, as shown in Figure 6-83.

    Figure 6-83 Process Workspace Area

    Process workspace area
    Description of "Figure 6-83 Process Workspace Area"

  43. Save the Process and double-click the composite.xml file, as shown in Figure 6-84.

    Figure 6-84 Composite.xml File

    Save All
    Description of "Figure 6-84 Composite.xml File"

  44. Click the Save All icon in the menu bar to save the new outbound BPM process component that was configured.

    You are now ready to deploy the outbound BPM process.

Deploying the BPM Outbound Process

Perform the following steps to deploy the BPM outbound process.

  1. Right-click the project name in the left pane (for example, PSoft_JCA_Outbound), select Deploy, and then click PSoft_JCA_Outbound, as shown in Figure 6-85.

    Figure 6-85 Deploy Option

    Deploy context menu
    Description of "Figure 6-85 Deploy Option"

    The Deployment Action page is displayed, as shown in Figure 6-86.

    Figure 6-86 Deployment Action Page

    Deployment Action pane
    Description of "Figure 6-86 Deployment Action Page"

  2. Ensure that Deploy to Application Server is selected.

  3. Click Next.

    The Deploy Configuration page is displayed, as shown in Figure 6-87.

    Figure 6-87 Deploy Configuration Page

    Deploy Configuration pane
    Description of "Figure 6-87 Deploy Configuration Page"

  4. Leave the default values selected and click Next.

    The Select Server page is displayed, as shown in Figure 6-88.

    Figure 6-88 Select Server Page

    Select Server pane
    Description of "Figure 6-88 Select Server Page"

  5. Select an available application server that was configured and click Next.

    The SOA Servers page is displayed, as shown in Figure 6-89.

    Figure 6-89 SOA Servers Page

    SOA Servers pane
    Description of "Figure 6-89 SOA Servers Page"

  6. Select a target SOA server and click Next.

    The Summary page is displayed, as shown in Figure 6-90.

  7. Review and verify all the available deployment information for your project and click Finish.

    The process is deployed successfully, as shown in Figure 6-91.

    Figure 6-91 Successful Deployment Message

    deployed process
    Description of "Figure 6-91 Successful Deployment Message"

Invoking the Input XML Document in the Oracle Enterprise Manager Console

Perform the following steps to invoke the input XML document in the Oracle Enterprise Manager console.

  1. Logon to the Oracle Enterprise Manager console, as shown in Figure 6-92.

    Figure 6-92 Oracle Enterprise Manager Console

    Oracle Enterprise Manager console
    Description of "Figure 6-92 Oracle Enterprise Manager Console"

  2. Expand your domain in the left pane followed by the SOA folder.

  3. Select an available project (for example, PSoft_JCA_Outbound).

  4. Click Test.

  5. Click the Request tab.

  6. Provide an appropriate input value in the Value field and click Test Web Service.

    A response is received in the Response tab to indicate that invocation was successful in the Oracle Enterprise Manager console.

  7. Navigate to the defined output directory on your file system and open the XML response document that was received.

    The XML response document contains the generated output with values.

Designing an Inbound BPM Process Using Transformations for Event Integration

This section demonstrates how Oracle Application Adapter for PeopleSoft integrates with PeopleSoft to receive event data.

Samples have been provided for this usecase scenario in the etc/sample folder in the Application Adapters installation.

The following tools are required to complete your adapter design-time configuration:


Note:

The examples in this chapter demonstrate the use of JDeveloper.

Before you design a BPM process, you must generate the respective WSDL file using Application Explorer. For more information, see "Generating WSDL for Event Integration".

Creating an Empty Composite for BPM

Perform the following steps to create an empty composite for BPM:

  1. Create a new BPM application.

  2. Enter a name for the new BPM application and click Next, as shown in Figure 6-93.

    Figure 6-93 Name Your Application Page

    Name your application page
    Description of "Figure 6-93 Name Your Application Page"

    The Name your project page is displayed, as shown in Figure 6-94.

    Figure 6-94 Name Your Project Page

    Name your project page
    Description of "Figure 6-94 Name Your Project Page"

  3. Enter a project name (for example, PSoft_JCA_Inbound) and click Next.

    The Configure SOA settings page is displayed, as shown in Figure 6-95.

    Figure 6-95 Configure SOA Settings Page

    Configure SOA settings page
    Description of "Figure 6-95 Configure SOA Settings Page"

  4. From the Composite Template list, select Empty Composite and click Finish.

Defining a BPM Inbound Process

This section describes how to define a BPM inbound process, which consists of the following stages:

  1. Configuring a Third Party Adapter Service Component

  2. Configuring an Inbound BPM Process Component

  3. Creating a File Adapter for the Write Operation

Configuring a Third Party Adapter Service Component

Perform the following steps to create a third party adapter service component:

  1. Drag and drop the Third Party Adapter component from the Service Adapters pane to the Exposed Services pane, as shown in Figure 6-96.

    Figure 6-96 Third Party Adapter Component

    Exposed References pane
    Description of "Figure 6-96 Third Party Adapter Component"

    The Create Third Party Adapter Service dialog is displayed, as shown in Figure 6-97.

    Figure 6-97 Create Third Party Adapter Service Dialog

    Create Third Party Adapter Service dialog box
    Description of "Figure 6-97 Create Third Party Adapter Service Dialog"

  2. Enter a name for the third party adapter service.

  3. Ensure that Service is selected from the Type list (default).

  4. Click the Find existing WSDLs icon, which is located to the right of the WSDL URL field.

    The SOA Resource Browser dialog is displayed, as shown in Figure 6-98.

    Figure 6-98 SOA Resource Browser Dialog

    SOA Resource Browser dialog box
    Description of "Figure 6-98 SOA Resource Browser Dialog"

  5. Browse and select an inbound WSDL file from the following directory:

    <ADAPTER_HOME>\soa\thirdparty\ApplicationAdapters\wsdls
    
  6. Click OK.

    The Localize Files dialog is displayed, as shown in Figure 6-99.

    Figure 6-99 Localize Files Dialog

    Localize Files dialog box
    Description of "Figure 6-99 Localize Files Dialog"

  7. Click OK.

    The inbound WSDL file and associated receive_request XML schema file (.xsd) are imported to the project folder that has been created.

    You are returned to the Create Third Party Adapter Service dialog, as shown in Figure 6-100.

    Figure 6-100 Create Third Party Adapter Service Dialog

    Create Third Party Adapter Service dialog box
    Description of "Figure 6-100 Create Third Party Adapter Service Dialog"

  8. Click the Find JCA file icon, which is located to the right of the JCA File field.

    The SOA Resource Browser dialog is displayed, as shown in Figure 6-101.

    Figure 6-101 SOA Resource Browser Dialog

    SOA Resource Browser dialog box
    Description of "Figure 6-101 SOA Resource Browser Dialog"

  9. Browse and select the JCA properties file from the following directory:

    <ADAPTER_HOME>\soa\thirdparty\ApplicationAdapters\wsdls
    
  10. Click OK.

    The following message is displayed, as shown in Figure 6-102.

    Figure 6-102 Copy File Confirmation Message

    Copy File message
    Description of "Figure 6-102 Copy File Confirmation Message"

  11. Click Yes.

    A copy of the JCA properties file is made in the project folder.

    You are returned to the Create Third Party Adapter Service dialog, as shown in Figure 6-103.

    Figure 6-103 Create Third Party Adapter Service Dialog

    Create Third Party Adapter Service dialog box
    Description of "Figure 6-103 Create Third Party Adapter Service Dialog"

  12. Click OK.

    The third party adapter service component (location_sync) is created in the Exposed References pane, as shown in Figure 6-104.

    Figure 6-104 Third Party Adapter Service Component

    Exposed References pane
    Description of "Figure 6-104 Third Party Adapter Service Component"

    You are now ready to configure an inbound BPM process component.

Configuring an Inbound BPM Process Component

Perform the following steps to configure an inbound BPM process component:

  1. Drag and drop the BPMN Process component from the Service Components pane to the Components pane, as shown in Figure 6-105.

    Figure 6-105 BPMN Process Component

    Components pane
    Description of "Figure 6-105 BPMN Process Component"

    The Create BPMN Process dialog is displayed, as shown in Figure 6-106.

    Figure 6-106 Create BPMN Process Dialog

    Create BPMN Process dialog
    Description of "Figure 6-106 Create BPMN Process Dialog"

  2. Click on the Manual Process in the Type field as shown in Figure 6-107.

    Figure 6-107 Manual Process

    Manual process
    Description of "Figure 6-107 Manual Process"

  3. Click Finish.

    The BPMN Process component is created, as shown in Figure 6-108.

    Figure 6-108 BPMN Process Component

    BPMN Process component
    Description of "Figure 6-108 BPMN Process Component"

  4. Double-click the BPMN Process component in the Components pane.

    The BPMN process is displayed, as shown in Figure 6-109.

    Figure 6-109 BPMN Process

    BPMN Process component
    Description of "Figure 6-109 BPMN Process"

  5. Right-click UserTask and select Delete from the menu.

  6. Double-click the Start event component, as shown in Figure 6-110.

    Figure 6-110 Start Event Component

    Start event component
    Description of "Figure 6-110 Start Event Component"

    The Properties - Start dialog is displayed, as shown in Figure 6-111.

    Figure 6-111 Properties - Start Dialog

    Properties - Start dialog
    Description of "Figure 6-111 Properties - Start Dialog"

  7. Click the Implementation tab, as shown in Figure 6-112.

    Figure 6-112 Implementation Tab

    Implementation tab
    Description of "Figure 6-112 Implementation Tab"

  8. Select Message from the Implementation Type list, as shown in Figure 6-113.

  9. Select Interface from Catalog from the Implementation list.

  10. Click the Browse icon to the right of the Name field, as shown in Figure 6-114.

    The Type dialog is displayed, as shown in Figure 6-115.

  11. Select the Third Party Service that has been created and click OK.

    You are returned to the Properties - Start dialog, as shown in Figure 6-116.

    Figure 6-116 Properties - Start Dialog

    Properties - Start dialog
    Description of "Figure 6-116 Properties - Start Dialog"

  12. Select the Use Associations option that is located under Data Associations.

  13. Click the Edit Data Associations icon.

    The Data Associations dialog is displayed, as shown in Figure 6-117.

    Figure 6-117 Data Associations Dialog

    Data Associations dialog
    Description of "Figure 6-117 Data Associations Dialog"

  14. Right-click the Process node in the right pane and select Add.

    The Create Data Object dialog is displayed, as shown in Figure 6-118.

    Figure 6-118 Create Data Object Dialog

    Create Data Object dialog
    Description of "Figure 6-118 Create Data Object Dialog"

  15. Enter a name in the Name field (for example, location_sync_in) and click on the drop-down button in the Type field and select <Component> from the list.

    The Create Data Object dialog is displayed, as shown in Figure 6-119.

    Figure 6-119 Create Data Object Dialog

    Create Data Object dialog
    Description of "Figure 6-119 Create Data Object Dialog"

  16. Click on the Browse icon below the Type field, as shown in Figure 6-120.

    Figure 6-120 Create Data Object Dialog

    Create Data object
    Description of "Figure 6-120 Create Data Object Dialog"

    The Browse window opens as shown in Figure 6-121.

    Figure 6-121 Browse Window

    Browse window
    Description of "Figure 6-121 Browse Window"

  17. Select the first component (for example, LOCATION_SYNC) and click OK.

    You are returned to the Create Data Object dialog, as shown in Figure 6-122.

    Figure 6-122 Create Data Object Dialog

    Create Data Object dialog
    Description of "Figure 6-122 Create Data Object Dialog"

  18. Click OK.

    The Data Object (for example, location_sync_in) that has been created is displayed under the Process node in the Data Associations dialog, as shown in Figure 6-123.

    Figure 6-123 Data Associations Dialog

    Data Associations dialog
    Description of "Figure 6-123 Data Associations Dialog"

  19. Select the location_sync_in Data Object under the Process node in the right pane and drag it to the field below the Outputs area.

  20. Click OK.

    You are returned to the Properties - Start dialog, as shown in Figure 6-124.

    Figure 6-124 Properties - Start Dialog

    Properties - Start dialog
    Description of "Figure 6-124 Properties - Start Dialog"

  21. Click OK.

    You are returned to the Process workspace area, as shown in Figure 6-125.

  22. Double-click composite.xml in the left pane.

    Figure 6-125 Process Workspace Area

    Process workspace area
    Description of "Figure 6-125 Process Workspace Area"

  23. Click the Save All icon in the menu bar to save the new inbound BPM process component that was configured.

    You are now ready to create a File adapter for the write operation.

Creating a File Adapter for the Write Operation

Perform the following steps to create a File adapter for the write operation:

  1. Drag and drop the File Adapter component from the Service Adapters pane to the External References pane, as shown in Figure 6-126.

    Figure 6-126 File Adapter Component

    File Adapter component
    Description of "Figure 6-126 File Adapter Component"

    The Adapter Configuration Wizard is displayed, as shown in Figure 6-127.

    Figure 6-127 Adapter Configuration Wizard

    Adapter Configuration Wizard
    Description of "Figure 6-127 Adapter Configuration Wizard"

  2. Click Next.

    The Service Name page is displayed, as shown in Figure 6-128.

    Figure 6-128 Service Name Page

    Service Name pane
    Description of "Figure 6-128 Service Name Page"

  3. Type a name for the new File adapter in the Service Name field and click Next.

    The Adapter Interface page is displayed, as shown in Figure 6-129.

    Figure 6-129 Adapter Interface Page

    Adapter Interface pane
    Description of "Figure 6-129 Adapter Interface Page"

  4. Ensure that the Define from operation and schema (specified later) option is selected.

  5. Click Next.

    The Operation page is displayed, as shown in Figure 6-130.

    Figure 6-130 Operation Page

    Operation pane
    Description of "Figure 6-130 Operation Page"

  6. Select Write File from the list of Operation Type options and specify an Operation Name (for example, Write).

  7. Click Next.

    The File Configuration page is displayed, as shown in Figure 6-131.

    Figure 6-131 File Configuration Page

    File Configuration pane
    Description of "Figure 6-131 File Configuration Page"

  8. Specify a location on your file system where the output file is written.

  9. In the File Naming Convention field, specify a name for the output file.

  10. Click Next.

    The Messages page is displayed, as shown in Figure 6-132.

    Figure 6-132 Messages Page

    Messages pane
    Description of "Figure 6-132 Messages Page"

  11. Click browse for schema file, which is located to the right of the URL field.

    The Type Chooser dialog is displayed, as shown in Figure 6-133.

    Figure 6-133 Type Chooser Dialog

    Type Chooser dialog box
    Description of "Figure 6-133 Type Chooser Dialog"

  12. Expand Project Schema Files and LOCATION_SYNC.VERSION_1_receive_request.xsd.

  13. Select the available schema (for example, LOCATION_SYNC).

  14. Click OK.

    You are returned to the Messages page, as shown in Figure 6-134.

    Figure 6-134 Messages Page

    Messages pane
    Description of "Figure 6-134 Messages Page"

  15. Click Next.

    The Finish page is displayed, as shown in Figure 6-135.

  16. Click Finish.

    The File Adapter service is created in the External References pane, as shown in Figure 6-136.

    Figure 6-136 File Adapter Service

    File Adapter service
    Description of "Figure 6-136 File Adapter Service"

  17. Double-click the BPMN Process component.

    The BPMN process is displayed, as shown in Figure 6-137.

    Figure 6-137 BPMN Process

    BPMN process
    Description of "Figure 6-137 BPMN Process"

  18. Click the Activity icon.

  19. Drop the Activity icon on the wire between the Start and End event components, as shown in Figure 6-138.

    Figure 6-138 Activity Icon

    Activity icon
    Description of "Figure 6-138 Activity Icon"

    The Properties - Activity dialog is displayed, as shown in Figure 6-139.

    Figure 6-139 Properties - Activity Dialog

    Properties - Activity dialog
    Description of "Figure 6-139 Properties - Activity Dialog"

  20. Click the Implementation tab, as shown in Figure 6-140.

    Figure 6-140 Implementation Tab

    Implementation tab
    Description of "Figure 6-140 Implementation Tab"

  21. Select Service Task from the Implementation Type list, as shown in Figure 6-141.

    Figure 6-141 Service Task

    Implementation Type list
    Description of "Figure 6-141 Service Task"

  22. Select Service Call from the Implementation list.

  23. Click the Browse icon to the right of the Name field, as shown in Figure 6-142.

    The Type dialog is displayed, as shown in Figure 6-143.

  24. Select the service for write operation that has been created (for example, PSoft_File_Adapter) and click OK.

    You are returned to the Properties - Activity dialog, as shown in Figure 6-144.

    Figure 6-144 Properties - Activity Dialog

    Properties - Activity dialog
    Description of "Figure 6-144 Properties - Activity Dialog"

  25. Select the Use Transformations option that is located under Data Associations.

  26. Click the Edit XSL Transformations icon.

    The Edit Transformations dialog is displayed, as shown in Figure 6-145.

    Figure 6-145 Edit Transformations Dialog

    Edit Transformations dialog
    Description of "Figure 6-145 Edit Transformations Dialog"

  27. Click the Plus icon.

    The Create Transformation dialog is displayed, as shown in Figure 6-146.

    Figure 6-146 Create Transformation Dialog

    Create Transformation dialog
    Description of "Figure 6-146 Create Transformation Dialog"

  28. Click the Plus icon so that the Data Object 'location_sync_in' is added to the Selected Elements area, as shown in Figure 6-147.

    Figure 6-147 Selected Elements Area

    Transformation dialog
    Description of "Figure 6-147 Selected Elements Area"

  29. Accept the default value that is selected in the Target list.

  30. Leave the default name displayed in the Create field and click OK.

    You are returned to the Edit Transformations dialog, as shown in Figure 6-148.

    Figure 6-148 Edit Transformations Dialog

    Edit Transformations dialog
    Description of "Figure 6-148 Edit Transformations Dialog"

  31. Click OK.

    You are returned to the Properties - Activity dialog, as shown in Figure 6-149.

    Figure 6-149 Properties - Activity Dialog

    Properties - Activity dialog
    Description of "Figure 6-149 Properties - Activity Dialog"

  32. Click OK.

    The location_sync_in_body.xsl tab is displayed, as shown in Figure 6-150.

    Figure 6-150 location_sync_in_body.xsl Tab

    location_sync_in_body.xsl tab
    Description of "Figure 6-150 location_sync_in_body.xsl Tab"

  33. Automap the Source and Target elements.

    The Auto Map Preferences dialog is displayed, as shown in Figure 6-151.

    Figure 6-151 Auto Map Preferences Dialog

    Auto Map Preferences dialog
    Description of "Figure 6-151 Auto Map Preferences Dialog"

  34. Accept the default values and click OK.

    The transformation is completed, as shown in Figure 6-152.

    Figure 6-152 Completed Transformation

    completed transformation
    Description of "Figure 6-152 Completed Transformation"

  35. Save the transformation.

  36. Return to the Process workspace area, as shown in Figure 6-153.

    Figure 6-153 Process Workspace Area

    Process workspace area
    Description of "Figure 6-153 Process Workspace Area"

    The ServiceTask component is created between the Start event component and the End event component.

  37. Save the Process and double-click the composite.xml file.

    Figure 6-154 Save All Icon

    Save All icon
    Description of "Figure 6-154 Save All Icon"

  38. Click the Save All icon in the menu bar to save the new inbound BPM process component that was configured, as shown in Figure 6-154.

    You are now ready to deploy the BPM inbound process. You can follow the same procedure that is described in "Deploying the BPEL Inbound Process". Once event messages are triggered through PeopleSoft, output XML is received in the location that was specified for the File adapter component. For more information on how to trigger events in PeopleSoft, see "Triggering an Event in PeopleSoft".