- WS-BPEL 2.0 Beginner's Guide
- Matjaz B. Juric Denis Weerasiri
- 226字
- 2021-08-05 18:01:37
Time for action – review of existing variables
To view existing variables in BookWarehousingBPEL
, we will do the following:
- We will open the BPEL process and click on the (x) icon:
- This will open a dialog, where we can see that we have six variables, all of them as
MessageType
:
What just happened?
We have seen that in the BookWarehousingBPEL
process we already have six variables. All of them are MessageType
. The inputVariable
activity holds the message payload required for the process input. The outputVariable
activity holds the response that the process will return. The BookstoreARequest
activity holds the request message for the BookstoreA partner link, and the BookstoreAResponse
activity holds the response message for the same partner link. The BookstoreBRequest
and BookstoreBResponse
activities hold the messages for the BookstoreB partner link, respectively.
Declaring XML type variables
We will first learn how to declare XML type variables. We will declare two new XML type variables in the BookWarehousingBPEL
process. First, we will declare a BookstoreLocationWithLowestStockQuantity
variable. This variable will be of the type string
. We will use this variable to store the name of the bookstore that has the lowest stock quantity of the selected book.
Another simple type variable will be LowestQuantity
, which will be of the type int
. We will use this variable to store the lowest book quantity in any of the bookstores.
- Access 2007數據庫應用上機指導與練習
- 工業大數據分析算法實戰
- 算法與數據中臺:基于Google、Facebook與微博實踐
- 大數據時代下的智能轉型進程精選(套裝共10冊)
- Python醫學數據分析入門
- 智能數據分析:入門、實戰與平臺構建
- 從0到1:JavaScript 快速上手
- INSTANT Apple iBooks How-to
- Google Cloud Platform for Developers
- 跨領域信息交換方法與技術(第二版)
- Solaris操作系統原理實驗教程
- Hadoop 3實戰指南
- 數據庫與數據處理:Access 2010實現
- C# 7 and .NET Core 2.0 High Performance
- 大數據用戶行為畫像分析實操指南