RSS Feed for This PostCurrent Article

Oracle BPEL: Adding CDATA Section to XML Payload

In Oracle BPEL, to add a CDATA section to a XML payload looks like not easy.

E.g. if you want to add the CDATA to the XML below, it is not easy as using Java

   1: <?xml version = '1.0' encoding = 'UTF-8'?>

   2: <tns:RunTask><xmlRequestDocument><![CDATA[test

   3: data]]></xmlRequestDocument></tns:RunTask>

As of version 10.1.3.5, the ora:toCDATA() is introduced to resolve this issue.


Trackback URL


Sorry, comments for this entry are closed at this time.