Skip to Content
0
Jul 28, 2006 at 05:50 AM

Parsing CDATA

260 Views

I have the interface that is triggered by an HTTPS post to the Integration server with incoming message lying in the CDATA section of the XML .

<Envelope version="01.00">

<Sender></Sender>

<Recipient></Recipient>

<Packet>

<Payload>

<![CDATA[

. . <b>Incoming Message</b>

]]>

</Payload>

</Packet>

</Envelope>

Please sort out a way, as to how to parse the incoming data from the CDATA section in XML, to be sent to XI.