- Oracle SOA BPEL Process Manager 11gR1:A Hands-On Tutorial
- Ravi Saraswathi Jaswant Singh
- 176字
- 2021-08-20 16:47:08
Creating property aliases
Property alias is for telling the BPEL process how to extract the value of the property from the specified message. The property aliases assist us in mapping a property to a field in a specific message part and that can be used in XPath expressions. Multiple property aliases may be required for correlation, such as the one for instantiation and another one for validation.
To create a property alias in JDeveloper, double-click on the Property Aliases icon, as shown in the following screenshot. Select the correlation set to associate with a property alias. If the message part is an element or a complex type, you can define an XPath query to identify the location of the property within the element or type. In the Query field, add appropriate XPath expressions. An XPath expression is for navigating within an XML document and helps to directly define a part of the XML document.

As a final verification, you may review the WSDL file content to ensure that the properties of the correlation set are defined.
- Qt 5 and OpenCV 4 Computer Vision Projects
- NLTK基礎教程:用NLTK和Python庫構建機器學習應用
- Scratch 3游戲與人工智能編程完全自學教程
- YARN Essentials
- SSM輕量級框架應用實戰
- Building Minecraft Server Modifications
- Java程序設計:原理與范例
- JavaScript腳本特效編程給力起飛
- Android嵌入式系統程序開發:基于Cortex-A8(第2版)
- MATLAB GUI純代碼編寫從入門到實戰
- 從Excel到Python數據分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應用
- Getting Started with Python
- Web程序設計:ASP.NET(第2版)
- SwiftUI極簡開發
- Isomorphic Go