How to apply Cdata to nodes of xml in BizTalk.

I have to map the below scenario but when i am  mapping it is changing the tag to < >

Input

<Details><Error><Id></id></error><Error><Id></id></error></Details>

Requried Output

<WSReq>

<ErrorDetails><![CDATA[<Error><Id></id></error><Error><Id></id></error>]]>

</ErrorDetails>

<WSReq>

Here the ErrorDetails element is  string.

Output i am getting is <ErrorDetails><![CDATA[&lt;Error&gt;&lt.........]]>

This is because  reading data into string.  Is there is any way i can control it

Please suggest


  • Edited by Phill Ed 4 hours 27 minutes ago
May 29th, 2015 10:38pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics