<u>source structure </u>
Message Name
Header(1)
H1
H2
LineItem(1)
Item(1-unbounded)
I1
I2
<u>target structure</u>
Message name
Header(1)
H1
status
LineItem(1)
Item(1-un)
I1
I2
The result for status should be as follows
<i>if h1 = x then status = H1failed else if h2 = x then status = H2failed
else if I1 = x then status = I1failed else if I2 = x then status = I2failed.</i>
Problem :
It works perfect as long we have only one Item (Unbounded Tab).
But since it is unbounded we have more than one item tabs.
The mapping does not produce the status element.
I tried removing the context of all the source fields, but still I coudnt produce the status element. I dont know where to change the context.
Can somebody help me with this issue.
Thanks in advance .
Disney.