cancel
Showing results for 
Search instead for 
Did you mean: 

message bundling issue

Former Member
0 Kudos

Hi all,

I have a unbounded message with the following structure

messagename(unbounded)

Header

element1

LineItem

Item(unbounded)

orderno

lineitemno

ex:

message'1'

Header

a

Lineitem

item

1(ordnum)

10(lineitem)

message'2'

Header

a

Lineitem

item

2(ordnum)

10(lineitem)

message'3'

Header

a

Lineitem

item

1

20

Now , I want to group the message with the same order number.(messages 1 and 3)

The desired result woud be like,

message'result'.

Header

a

Lineitem

item

1

10

item

1

20

Can somebody help me in grouping this.

Thanks in advance,

sudha.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

look at this weblog by Stefan, he has mapping examples with specific reference to problems like yours

/people/stefan.grube/blog/2005/12/29/new-functions-in-the-graphical-mapping-tool-xi-30-sp13

/people/stefan.grube/blog/2006/01/09/the-use-of-suppress-in-the-xi-30-graphical-mapping-tool

cheers,

naveen

Answers (0)