BPEL4WS 1.1 (Business Process Execution Language for Web Services) and
its successor WS-BPEL 2.0 (Web Services for Business Process Execution Language) are
business process orchestration standards which let you describe your business processes
under the form of Web services, and specify how they are connected to each other to
accomplish specific tasks. PowerDesigner supports modeling for BPEL4WS 1.1 and WS-BPEL 2.0
and higher, including round-trip engineering.
- Create a BPM with the process language set to BPEL4WS 1.1 or WS-BPEL 2.0.
A valid BPEL model must contain a top-level diagram with one or
more top-level processes.
- For each of your top-level processes, specify its partners and their interactions using
organisation units (see Organization Units ( BPM)) and
role associations (see Role Associations (BPEL))
respectively.
- Import a WSDL file you own or one you have found published in a UDDI server (see Importing a Service Provider from a WSDL File) to retrieve service
description objects (service providers, service interfaces, and operations). You
can also create these objects from scratch (see Service Providers (BPM), Service Interfaces (BPM), and Operations (BPM)).
- Drill down in the choreography diagram into which each of your top-level processes is decomposed.
- For each process within each top-level process, assign a partner using an organisation unit
(see s), and specify
its implementation (see Process Properties).
- Complete your process choreography by creating any appropriate additional processes (for example to catch a fault or compensate an error), and specify how you want to manage data in the exchanged messages using variables, data transformations and correlation keys.
- [optional] Decompose one or more processes you want to analyze in more detail (see Decomposing Processes).
- [optional] Generate BPEL code from your BPM objects to be interpreted by orchestration engine
(see Generating BPEL Code).