CDATA Sections are Getting Dropped in XML Payloads
(Doc ID 1457974.1)
Last updated on APRIL 23, 2019
Applies to:
Oracle SOA Suite - Version 11.1.1.4.0 and laterInformation in this document applies to any platform.
Symptoms
After deploying the "Oracle BTM Observers for SOA" onto a SOA managed server, the CDATA element in a SOAP request is ignored resulting empty XML tag. However removing the SOA Observers, makes the CDATA work normally again.
Snippet CDATA XML:
<Data>
<![CDATA[
<DocPublisherRequiredFields xmlns:ns2="http://xmlns.xxxx.org/Internal/DocPublisherRequiredFields/V1" xmlns="http://xmlns.xxxx.org/Internal/DocPublisherRequiredFields/V1">
<ns5:EmailCompositionRQ xmlns:ns5="http://xmlns.xxxx.org/Internal/ConferenceEmailCompositionRQType/V1">
<ns5:EmailTemplateId>icx_conf_submit_CO</ns5:EmailTemplateId>
<ns5:ConferenceRecNum>21240</ns5:ConferenceRecNum>
<ns5:DisplayEmail>Y</ns5:DisplayEmail>
<ns5:EmailCompositionParams>
<ns5:Param>
<ns5:ParamName>OWSUserName</ns5:ParamName>
<ns5:ParamValue>ows</ns5:ParamValue>
</ns5:Param>
.
.
.
</DocPublisherRequiredFields>]]>
</Data>
<![CDATA[
<DocPublisherRequiredFields xmlns:ns2="http://xmlns.xxxx.org/Internal/DocPublisherRequiredFields/V1" xmlns="http://xmlns.xxxx.org/Internal/DocPublisherRequiredFields/V1">
<ns5:EmailCompositionRQ xmlns:ns5="http://xmlns.xxxx.org/Internal/ConferenceEmailCompositionRQType/V1">
<ns5:EmailTemplateId>icx_conf_submit_CO</ns5:EmailTemplateId>
<ns5:ConferenceRecNum>21240</ns5:ConferenceRecNum>
<ns5:DisplayEmail>Y</ns5:DisplayEmail>
<ns5:EmailCompositionParams>
<ns5:Param>
<ns5:ParamName>OWSUserName</ns5:ParamName>
<ns5:ParamValue>ows</ns5:ParamValue>
</ns5:Param>
.
.
.
</DocPublisherRequiredFields>]]>
</Data>
Similar stacktrace
Changes
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 |
Changes |
Cause |
Solution |
References |