- 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.
- 算法零基礎一本通(Python版)
- OpenCV實例精解
- 深入淺出WPF
- Mastering Concurrency in Go
- Ext JS Data-driven Application Design
- jQuery開發(fā)基礎教程
- ASP.NET Core 2 Fundamentals
- Android Wear Projects
- Test-Driven Machine Learning
- Hands-On Kubernetes on Windows
- 移動增值應用開發(fā)技術導論
- 新印象:解構UI界面設計
- jQuery for Designers Beginner's Guide Second Edition
- IBM Cognos TM1 Developer's Certification guide
- 嵌入式Linux C語言程序設計基礎教程