CDATA element to SOAP request in OIC
Summary:
I am trying to construct a payload which contain CDATA section in XML that needs to be passed to SOAP request.. any recommendations to achieve the final out
Content (please ensure you mask any confidential information):
using xsl:value-of select is coming '<lt;' instead of '<' in the output….
Version (include the version you are using, if applicable):
OIC Gen3
Code Snippet (add any code snippets that support your topic, if applicable):
<xsl:value-of select="concat( '<lt; ![CDATA[','SELECT 1 FROM DUAL',']] >')" disable-output-escaping="yes"/>
Tagged:
0