Sun Adapter for Batch Tutorial

ProcedureTo Create the Business Process

The first step in the sample process is to add a Business Process (BP) to the Project.

  1. From the Project Explorer panel, right-click brjBatch_Inbound_LocalFileIn_FTPOut.

  2. Select New⇒Business Process from the context menu.

  3. Rename the Business Process to bpBatch_Inbound_LocalFileIn_FTPOut, and click Save.

  4. In the Project Explorer tree, expand the CAPS Components Library, expand Adapters, and then expand Batch eWay.

  5. Expand the BatchInbound, and BatchLocalFileBatchFTP nodes to expose the Business Process elements.

  6. Populate the design canvas with the following elements from the Project Explorer.

    • Under BatchInbound, add receive

    • Under BatchLocalFile, add read

    • Under BatchFTP, addput

  7. To link the modeling elements, click the element’s connector and drag it to the next element’s connector, as follows:

    • StartBatchInbound.receive

    • BatchInbound.receiveBatchLocalFile.read

    • BatchLocalFile.readBatchFTP.put

    • BatchFTP.putEnd

    Image shows the connected BPEL elements as described
in context