cancel
Showing results for 
Search instead for 
Did you mean: 

Pb of Mapping and Context

Former Member
0 Kudos

Hy everybody

I'm lost in one of my mapping.

Inbound :

<a>

<b></b>

... n times

<b></b>

</a>

I want it in outbound :

<a>

<c>

<b></b>

</c>

... n times

<c>

<b></b>

</c>

</a>

I don't manage to reach it.

Thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

stefan_grube
Active Contributor
0 Kudos

Try:

a -> a

b -> c

b - splitByValue(eachValue) -> b

Regards

Stefan

moorthy
Active Contributor
0 Kudos

Hi,

Are you able to get atleast one element under

<C>

<b></b>

</C>

If so ,make use of Remove context and SplitByValue functions here to achieve this.

Check this -

/people/sravya.talanki2/blog/2005/12/08/message-mapping-simplified-150-part-ii

Also you can see the runtime values thru Display Queue in the message Mapping(Repository)

Hope this helps,

Regards,

Moorthy