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.