cancel
Showing results for 
Search instead for 
Did you mean: 

Capture a message

Former Member
0 Kudos

Hello guru's,

I have the following problem:

I have a BPM where I do a sync call to a partner. My abstract Message Interface sends out ORDERS05 IDOC and needs to Receive a ORDRSP05 IDOC. Now I get back a different kind of message, it is an error message. So If i look in my moni I see at Response Message a message with a different format.

Now I want to capture that message and do some mapping with it. So I created a switch which determines if the response is an IDOC or not. If not then I wanted to do some other mapping, but this doesn't work, I get the message: no payload found.

How can I do mappings with the response message which is different than ORDRSP05? Is it possible?

Best regards,

Guido

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Let XI think its a ORDRSP05 response and map the error message.

VijayKonam
Active Contributor
0 Kudos

When you are getting this different message, was there any error reported by system? I meant any exception raised? In such case you can use and exception handler for mapping this new message in error mapping.

But as you said, does the error has any XI SOAP strucuture which is understood by XI? Then only you would be able to put a mapping for this.

VJ