Meta
Categories
Category Archives: bpel
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’, … Continue reading