cancel
Showing results for 
Search instead for 
Did you mean: 

Message Mapping Help >> XMLDocument with in XML

Former Member
0 Kudos

I am trying to pass on some XMLDocument with in XML

Example

<Header>

<Detail><Text1>Text</Text1><Text2>Text</Text2></Detail>

</Header>

Message mapping giving error at present. My Message Type has only the following

<Header>

<Detail>

I am trying to include <Text1>Text</Text1><Text2>Text</Text2> with in Detail section. Not sure how to handle this with Message Map. Please explain if there is any possibility to achieve something like this

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can directly use CDATA in message mapping and can solve this.

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

Else you can use xsl mapping as mentioned in this thread:

You can also try java mapping as mentioned here:

If you can give complete source payload, source message type and target message type then somebody here can help you out.

Regards,

---Satish