BPEL Engine |
|
|
|
|
BPEL Engine executes business processes written following the WS-BPEL 2.0 standard. It talks to web services, sending and receiving messages, handling data manipulation and error recovery as described by your process definition. It supports both long and short living process executions to orchestrate all the services that are part of your application.
WS-BPEL is an XML-based language defining several constructs to write business processes. It defines a set of basic control structures like conditions or loops as well as elements to invoke web services and receive messages from services. It relies on WSDL to express web services interfaces. Message structures can be manipulated, assigning parts or the whole of them to variables that can in turn be used to send other messages. More about the specification can be found on our BPEL page.
Features:
- Side-by-side support for both the WS-BPEL 2.0 OASIS standard.
- Supports 2 communication layers: one based on Axis2 (Web Services http transport) and another one based on the SCA/JBI standard.
- Support for the HTTP WSDL binding, allowing invocation of REST-style web services.
- Possibility to map process variables externally to a database table of your choice.
- High level API to the engine that allows you to integrate the core with virtually any communication layer.
- Hot-deployment of your processes.
- Compiled approach to BPEL that provides detailed analysis and validation at the command line or at deployment.
- Management interface for processes, instances and messages.
|
|
|
|
|