cancel
Showing results for 
Search instead for 
Did you mean: 

Message Mapping Issue in PI 7.1

Former Member
0 Kudos

Hi Experts

I am working on a Message mapping, and I have the following structures on the Sender and receiver side

-->InterfaceHeader

-->DocumentHeader (1-Unbounded)

-->DocumentLineItems (1-Unbounded)

-->InterfaceTrailer -1

Same structure on the sender and Receiver, I am sending the data as follows

-->InterfaceHeader

-->DocumentHeader1

-->DocumentlineItems1

-->DocumentHeader2

-->DocumentlineItems2

-->InterfaceTrailer -1

after mapping I am getting the following results

-->InterfaceHeader

-->DocumentHeader1

-->DocumentHeader2

-->DocumentlineItems1

-->DocumentlineItems2

-->InterfaceTrailer -1

i.e Header 1 and 2 are coming same and then details are coming, I need the result xml the same way which I have sent.

find the example payload below, please let me know how can I get the structures in the same order of the sender payload.

results should be

-->InterfaceHeader

-->DocumentHeader1

-->DocumentlineItems1

-->DocumentHeader2

-->DocumentlineItems2

-->InterfaceTrailer -1

Thanks

PR

Accepted Solutions (1)

Accepted Solutions (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Check this blog...you have solution for this

/people/shabarish.vijayakumar/blog/2010/01/14/file-conversion-using-nodeception

Answers (0)