cancel
Showing results for 
Search instead for 
Did you mean: 

Copy of source message to an element with graphical mapping

Former Member
0 Kudos

Hi all,

Is there a way to copy the complete source message of a mapping to an element of the destination message (with CDATA) with the graphical mapping (or UDF, but I want to avoid XSL) ?

For example, from this message:

<source>

<element>test</element>

<element2>test2</element2>

</source>

I expect the following result:

<dest>

<data><![CDATA[<source><element>test</element><element2>test2</element2></source>]]>

</data>

</dest>

Thanks for your help.

Greg

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Use this Simple Concept

XML node into a string with graphical mapping

/people/michal.krawczyk2/blog/2005/11/01/xi-xml-node-into-a-string-with-graphical-mapping

Regards

Seshagiri

Former Member
0 Kudos

Thanks a lot, it works with the XSL in the interface mapping. It seems that it is the only way.

Thanks!

Greg

Former Member
0 Kudos

Yes, Exactly,,,

Regards

Seshagiri

Answers (0)