ActiveBPEL® Designer User’s Guide

Introduction to ActiveBPEL Tutorial

The ActiveBPEL tutorial guides you through creating a Business Process Execution Language (BPEL) process, testing the process in simulation mode without deploying to an execution engine, then deploying the process and using remote debugging.

You will create a loan approval process definition. The process describes the interactions among three participants, the control flow, and decisions based on exchanged data. It is based on Web Services Description Language (WSDL) documents that describes the messages and business operations used in the process.

Note: The example process and WSDL file are based on the code listed in the WS-BPEL 2.0 specification. We have made some significant changes to provide more insight into creating and testing BPEL.

Also, note that the loan process WSDL file includes the required BPEL extension for partner link types, but not the optional property and property alias extensions required for correlation.

When you have completed the tutorial you will have worked with most, but not all, of ActiveBPEL’s capabilities. Be sure to see ActiveBPEL Feature Tour and Tips and Tricks for a discussion of product capabilities.

The tutorial is divided into the following sections: