B2B 11g - How to Set Xpath Expression in B2b Console For Attribute Values?
(Doc ID 2016455.1)
Last updated on AUGUST 16, 2024
Applies to:
Oracle SOA Suite - Version 11.1.1.7.0 and laterInformation in this document applies to any platform.
Symptoms
When B2B is processing a custom XML message it does not extract the Xpath value for the selected attribute.
When the same expression is used in B2B, the values are not populated even though the same expression resolves in Notepad+ (using XML plugin).
Here is an example of the payload and the XML attribute "confirmID":
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<cXML payloadID='<PAYLOADID>' timestamp='2014-04-16T03:01:31' version='1.2.011'>
<Request deploymentMode='test'>
<ConfirmationRequest>
<ConfirmationHeader confirmID='6600-5' noticeDate='16-APR-14' operation='NEW' type='detail'>
<Total>
<Money>2186.0</Money>
<cXML payloadID='<PAYLOADID>' timestamp='2014-04-16T03:01:31' version='1.2.011'>
<Request deploymentMode='test'>
<ConfirmationRequest>
<ConfirmationHeader confirmID='6600-5' noticeDate='16-APR-14' operation='NEW' type='detail'>
<Total>
<Money>2186.0</Money>
Here is the Business Message in B2B in which the attributes are not populated for "confirmID":
You can see that only the 'element' (Money) value gets populated not the attribute "confirmID"
Cause
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
Symptoms |
Cause |
Solution |
References |