Prev Next

BPEL Models

This text is derived from the BPEL entry in the online Wikipedia:

'Business Process Execution Language (BPEL), short for Web Services Business Process Execution Language (WS-BPEL), is an executable language for specifying interactions with Web Services. Processes in Business Process Execution Language export and import information by using Web Service interfaces exclusively.'

Web service interactions can be described in two ways:

  1. Executable business processes, which model the actual behavior of a participant in a business interaction.
  2. Abstract business processes, which are partially specified processes that are not intended to be executed. An Abstract Process might hide some of the required concrete operational details.

BPEL is an Orchestration language, serialized in XML, which specifies an executable process that involves message exchanges with other systems. This messaging facility depends on the use of the Web Services Description Language (WSDL) 1.1 to describe outgoing and incoming messages.

BPEL in Enterprise Architect:

Enterprise Architect supports generating BPEL from executable processes in the Unified and Ultimate editions. Although there is no standard graphical notation for WS-BPEL, Enterprise Architect uses BPMN profile as a graphical front-end to capture BPEL Process descriptions. With the help of the BPMN Profile, Enterprise Architect enables you to develop BPEL diagrams quickly and simply. While BPMN provides a graphical notation for visualizing business process, BPEL provides a way for visualizing this graphical business process in XML.

Enterprise Architect supports generating:

  • BPEL 1.1 from models created using constructs in BPMN 1.1 Profile
  • BPEL 2.0 from models created using constructs in BPMN 2.0 Profile

Notes

  • BPEL is supported in the Unified and Ultimate editions of Enterprise Architect
  • Enable BPMN 1.1 Technology for BPEL 1.1 modeling, and BPMN 2.0 Technology for BPEL 2.0 modeling, in the 'MDG Technologies' dialog ('Specialize > Technologies > Manage')

Learn more