Asfile Xml Attributes Xpath Looping - How To Get The Second Node?
(Doc ID 1554713.1)
Last updated on FEBRUARY 25, 2019
Applies to:
Oracle Insurance Policy Administration J2EE - Version 8.0.16 and laterInformation in this document applies to any platform.
Goal
Is it possible to use xpath a loop to grab each activities months? There is a scenario where a policy has multiple activities associated with the input file.
It appears the xml attributes only process the input file once - so the xpath:
<Attribute NAME="SDCATransfer_NumberOfMonths" TYPE="XPATH">/as:AsXML/as:Policies/as:AsPolicy/as:Activities/as:AsActivity[as:TransactionName = 'SDCATransfer']/as:AsActivityFields/as:AsActivityField[as:FieldName = 'NumberOfMonths']/as:TextValue</Attribute>
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |