cancel
Showing results for 
Search instead for 
Did you mean: 

AS2 MDN Structure - Details

0 Kudos

Hi all,

I have an scenario IDOC->PI->AS2. when we send to the Partner via AS2 they sent us back a Synchronous MDN, but we don't process it yet.

I want to build an interface to process the MDN for bussiness to check if the Invoice they sent was received succesfully on partner side.

My question is:

Which information come into the MDN XML? i just identify the below fields in the message monitor of Seeburger:

Type sync

MDN Message ID <xxxx@xxxx>

Partner ID xxxxx

Payload State ok

Payload State Details <empty>

MDN Timestamp 09/01/2011 00:00:26

MDN Sigend

Own ID XXXXX

The MDN Message ID is not the same we use for the invoice, so we cant match the messages.

I want to build something like this:

Associate the Invoice# with the AS2 Message ID or PI Message ID in a table, then with the information received in the MDN complete the match, and give a "Received by partner" status to the invoice.

Maybe the MDN contains more information to complete that match.

Please help.

Regards.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

Just wanted to check with if you were able to figure out this?

Regards,

BRV.

Former Member
0 Kudos

Never mind . I figured it out.