Skip to Content
0
Former Member
Oct 19, 2005 at 07:56 AM

Exception thrown by RFC To be handled in BPM

169 Views

Hi All ,

I am trying the scenario.

Http Client -> XI -->BPM -


> RFC

< - < -- <-------

The whole communication is Synchronous.

So I have

One Outbound Synchronous Interface

One Inbound Synchronous Interface.

.

Two Abstract Synchronous Interface for BPM.

And 4 Abstract Asynchronous Interfaces for the containers which is to used in BPM.

(Two for request and two for response )

For simple Request Response Messages from the RFC my Scenario is working perfectly.

But I Introduced an Exception in RFC, So my Rfc is Throwing an Exception Message which needs to be returned back to Http Client.

Now my problem is only Synchronous interfaces have the option of fault messages in which the exception message can be included. So how do I pass the Exception message to Http Client via BPM , Because Containers require Asynchronous Interfaces and they are not accepting fault messages.

Has Anyone tried this kind of exception handling in BPM,

Please Help Me.

Yomesh.