Hi Experts,
I am working on interface where in i have to send CDATA XML tag in Target structure, I have checked their are couple of discussions about the requirement but not very helpful for my case.
My Scenario :
Expected :
SOURCE TextH( TextC ) ---------TARGET <TextH> <![CDATA[TextC]]><TextH>
Currently :
SOURCE TextH( TextC ) --------- TARGET <TextH><![CDATA[TextC]]><TextH>
So instead of< and > this characters are getting replaced with < and >
Any solution how can i avoid this transformation of special characters when sending to Target
Thanks in Advance,
Regards,
Pooja