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