- 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.
- Access 2016數據庫教程(微課版·第2版)
- Test-Driven Development with Mockito
- 信息系統與數據科學
- Spark快速大數據分析(第2版)
- 數字媒體交互設計(初級):Web產品交互設計方法與案例
- Hands-On Mathematics for Deep Learning
- gnuplot Cookbook
- Hadoop集群與安全
- Chef Essentials
- 區塊鏈技術應用與實踐案例
- Visual Studio 2013 and .NET 4.5 Expert Cookbook
- MySQL數據庫技術與應用
- 數據可視化五部曲
- Learning Game AI Programming with Lua
- 大數據SQL優化:原理與實踐