Oracle BPEL XPath Functions Samples

 
<!-- get content as string -->
ora:getContentAsString(bpws:getVariableData('MyOutMsg','MyResponsePart','/ns2:MyResponse/ns2:MyMessage'))"
 
<!-- convert string into nodes -->
ora:parseEscapedXML(bpws:getVariableData('MyMsg', 'MyResponsePart', '/ns2:MyResponse/ns2:MyMessage'))"
 
<!-- get loop index -->
[bpws:getVariableData("i")]
 
<!-- get children nodes -->
ora:getNodes('myResponse','MyResponsePart','/ns1:MyResponse/*')
 
<!-- count children nodes -->
ora:countNodes('MyOutMsg', 'MyCollection', '/ns11:MyCollection/ns11:MySubCollection/ns11:MyNode')
 
<!-- use domain value map in xsl -->
<xsl:value-of select="orcl:lookup-dvm('MyProperties','Property','maxMessageCount','Value','1')"/>
This entry was posted in bpel. Bookmark the permalink.

One Response to Oracle BPEL XPath Functions Samples

Leave a Reply

Your email address will not be published. Required fields are marked *


*

This site uses Akismet to reduce spam. Learn how your comment data is processed.