2nd Issue From SR 3-25224466891- OSB Functions Not Working As Expected
(Doc ID 2756425.1)
Last updated on OCTOBER 13, 2021
Applies to:
Oracle Service Bus - Version 12.2.1.4.0 and laterInformation in this document applies to any platform.
Goal
On : 12.2.1.4.0 version
OSB functions not working as expected
The != operator output have different behavior for text() and data() for same xpath(we have work around but need few more clarification for the behavior change ).
PFB code snippet and output
Case 1: <JOB_Q_TYPE>{$orders_xml/*:ORDER_DATA/*:JOB_Q_TYPE/text() != 'LS'}
Case 2 : <JOB_Q_TYPE>{data($orders_xml/*:ORDER_DATA/*:JOB_Q_TYPE) != ‘LS’}
Input passed : <ORDER_DATA><JOB_Q_TYPE>
Case 1 output : <JOB_Q_TYPE>false
Case 2 output : <JOB_Q_TYPE>true
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 |