Using the Database Binding Component

Creating a BPEL Module Project For Table Type Operations

A table represents a database table. It consists of fields and methods. This allows you to perform query, update, insert, and delete SQL operations in a table.

Create a BPEL Module project with a name BpelModuleSample.

ProcedureTo Create a BPEL Module Project

  1. Choose File —> New Project from the main menu.

    This opens the New Project wizard.

  2. Select the SOA node from the Categories list.

  3. Select the BPEL Module node from the Projects list.

    SOA BPEL Module
  4. Click Next.

  5. Type the Project Name in the Project Name field.

    For example, BpelModuleSample

  6. Click Browse to navigate to the project location field.

    The IDE stores the project files. This step is optional.

    BPEL Module
  7. Click Finish.

    The Projects window now contains a project node for a BPEL Module project.

    For example, BpelModuleSample

    BPEL Module Sample
  8. Click Save All.