Skip to Content
0
Former Member
Nov 27, 2006 at 11:42 PM

Retrieve XML from within XML

30 Views

Hi,

I have an integration scenario that an XML string is stored in one field of an XML structure, e.g.

<root>

<Date>2006-01-01</Date>

<XMLString>.....XML message.....</XMLString>

</root>

How can I put the content of the <XMLString> tab into payload?

Regards,

Larry