Hi,
I am having a mapping requirement as follows:
Source Structure: (it is in XML format)
<Src>
<Node1>
</Node1>
<Node2>Data in base64binary format</Node2>
</Src>
While mapping the above structure to the target structure I need to remove the Node2 contents and then convert the remaining XML structure to base64binary format.
Please provide pointers in this regards.
Thanks,
Abhishek.