comparing and mapping 2 complex nodes in OIC
Summary
I have requirement to compare 2 complex nodes and map the target if given condition matchesContent
Hi All,
I have requirement to compare 2 complex nodes and map the target if given condition matches.(environment OIC 18.08)
Eg: XML 1
<ns1:shiporder>
<ns1:item>
<ns1:title>ABC</ns1:title>
<ns1:note>Test1</ns1:note>
<ns1:quantity>396</ns1:quantity>
<ns1:price>397</ns1:price>
</ns1:item>
<ns1:item>
<ns1:title>DEF</ns1:title>
<ns1:note>Test3</ns1:note>
<ns1:quantity>400</ns1:quantity>
<ns1:price>401</ns1:price>
</ns1:item>
<ns1:item>
<ns1:title>GHI</ns1:title>
<ns1:note>Test4</ns1:note>
<ns1:quantity>400</ns1:quantity>
0