Skip to Content
0
Former Member
Jan 11, 2006 at 04:37 AM

Problem in context changing ( message mapping )

24 Views

<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 = ‘H1’failed else if h2 = x then status = ‘H2’failed

else if I1 = x then status = ‘I1’failed else if I2 = x then status = ‘I2’failed.</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 don’t know where to change the context.

Can somebody help me with this issue.

Thanks in advance .

Disney.