- BPEL and Java Cookbook
- Jurij Laznik
- 63字
- 2021-08-06 16:58:15
Chapter 1. Calling BPEL from Java
In this chapter we will cover:
- Deploying a BPEL process
- Gathering a BPEL process's in and out parameters
- Calling a synchronous BPEL process from Java
- Calling an asynchronous BPEL process from Java
- Handling business faults from a synchronous BPEL process
- Handling business faults from an asynchronous BPEL process
- Mapping the results of a BPEL process