cancel
Showing results for 
Search instead for 
Did you mean: 

Emulate Fault message in BPM

Former Member
0 Kudos

Hello

I have read all related topics

but no answer..

I have synch BPM that send synch request to RFC and a mapping step. Then I have to catch exception (of send step or mapping) and send fault message in exception handler.

I haven't a proxy. I want to create fault message manually and send it. Is it possible? I cannot create an interface of fault message type.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sergey,

As far as I know, it's possible to catch the mapping/send exception.

It's also easy to define an exception branch for this exception, and inside the exception branch, send a "normal" message in a send step.

However, as far as I know there's no way of specifying a BPM send step that sends a fault message.

At least in my experience, regular messages are just as useful when sending error information.

Cheers,

Ofer

Answers (1)

Answers (1)

moorthy
Active Contributor
0 Kudos

Hi,

We are having similar interfaces. In our RFC , we are throwing Exceptions ( if anything fails in RFC side- Excaptions from RFC) then this structure is mapped with our any Error structure and then throw alert/mail etc.

So in this way without using Fault message types , you can achieve the same requirement.

Our RFC structure is having structure for Exceptions also.

Regards,

Moorthy