Skip to Content
0
Former Member
Nov 25, 2011 at 08:40 PM

BPM + PROXY + Fault Message

38 Views

Hello

My scenario is JDBC -> BPM <-> Proxy

I developed a BPM has a step-type <SENDER> that is synchronous.

Information on the above step:

. The message interface used an output, an input message and also a Fault Message.

. I'm calling a proxy in the ECC and runs an exception if an error occurs in the application (inside the proxy).

. This exception is returned to the BPM and I run a <block> to handle the exception.

My need is to capture the contents of the exception in the BPM and send this text to another application.

How do I recover the contents of the exception returned by Proxy in BPM?

Thank you,

Aroldo