Forum Discussion
tjdurden
14 years agoFrequent Contributor
Hi Pravin,
I may be wrong, but I don't think you can do this in a single Property Transfer step. However, if you want to transfer a node that has a number of child nodes, you can do this in one single transfer step, but I assume the XML structure will be maintained from the Source to the Target.
For example, if you have some XML:
you can transfer the contents of the <Start> node to the Target in one go, by selecting the 'Transfer Child Nodes' option from within the Property Transfer step.
Kind regards,
Tim
I may be wrong, but I don't think you can do this in a single Property Transfer step. However, if you want to transfer a node that has a number of child nodes, you can do this in one single transfer step, but I assume the XML structure will be maintained from the Source to the Target.
For example, if you have some XML:
<soapenv:Envelope>
<soapenv:Header/>
<soapenv:Body>
<Start>
<myParam1>Hello</myParam>
<myParam2>World</myParam>
<myParam3>You're</myParam>
<myParam4>Awesome</myParam>
</Start>
</soapenv:Body>
</soapenv:Envelope>
you can transfer the contents of the <Start> node to the Target in one go, by selecting the 'Transfer Child Nodes' option from within the Property Transfer step.
Kind regards,
Tim