XML Node Transformation

Guys,

I have a document with two fields and one of the fields will carries payload data inform of XML.

Let’s say if i’m using below services to transfer the data

documentToXMLString
xmlStringToXMLNode
xmlNodeToDocument

after execution of xmlNodeToDocument step, field which carries XML payload data is coming as document and also containing whole XML payload data as substructure.

Could you please advise what needs to be done to avoid it.

Regards,
Satya

Resolved by passing inbound xml in encoded format

That Sounds good and setting encode param is always the best option to deal such kind of IDATA parsing issues.

HTH,
RMG