Dear friends,
I have a question about Graphical mapping in PI. I have a XML structure within a XML structure...
A snap shot of my structure looks like this:
<Content>
<![CDATA[<?xml version="1.0" encoding="UTF-8"?>
<SendToRequest>
<ORGANISATION_ID>XXXXX</ORGANISATION_ID>
<MESSAGE_ID>716378916347891624781</MESSAGE_ID>
</SendToRequest>]]>
</urn1:Content>
So because of CDATA there can be a XML structure within a XML structure and in I just have to pass the value in from Message_ID to the taget field Content...
It must be possible with an UDF.
Can you please help me with this and provide me the code for this solution?
Thank you,
John