Skip to Content
0
Former Member
Oct 20, 2008 at 03:09 PM

XML To base64binary Conversion

179 Views

Hi,

I am having a mapping requirement as follows:

Source Structure: (it is in XML format)

<Src>

<Node1>

xyz.com

</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.