- WS-BPEL 2.0 Beginner's Guide
- Matjaz B. Juric Denis Weerasiri
- 117字
- 2021-08-05 18:01:37
Summary
In this chapter, we learned how to invoke services and orchestrate services. We explained the primary mission of BPEL—service orchestration. It follows the concept of programming-in-the-large. We have developed a BPEL process that has invoked two services and orchestrated them. We have become familiar with the <invoke>
activity and understood the service invocation's background, particularly partner links and partner link types.
We also learned that from BPEL, it is very easy to invoke services in parallel. To achieve this, we use the <flow>
activity. Within <flow>
, we cannot only nest several <invoke>
activities but also other BPEL activities.
Now, we are ready to learn about variables and data manipulation, which we will do in the next chapter.
- Greenplum:從大數據戰略到實現
- Python絕技:運用Python成為頂級數據工程師
- Google Visualization API Essentials
- 正則表達式必知必會
- Oracle RAC 11g實戰指南
- 大數據導論
- Enterprise Integration with WSO2 ESB
- Python數據分析:基于Plotly的動態可視化繪圖
- 深入淺出MySQL:數據庫開發、優化與管理維護(第2版)
- 數據庫原理與應用(Oracle版)
- Learning Proxmox VE
- SQL優化最佳實踐:構建高效率Oracle數據庫的方法與技巧
- 數據庫原理與設計(第2版)
- SQL Server 2012數據庫管理教程
- Python 3爬蟲、數據清洗與可視化實戰