Skip to Content
0
Former Member
Jun 04, 2008 at 10:34 PM

BPM Acknowledgment error

17 Views

Guys,

I have one BPM of type rfc (sync) -> soap (async)

I execute rfc and wait to execute soap for after response my rfc go back.

My i have one problem, i need to know if soap executed with success or error.

If i use tranport acknowledgment, the soap send return timeout and my process return error (but system error, then i cant catch in exception).

If i use application acknowledment, the soap send return ack error.

I whould like catch the return of application acknowledgment and use in one SWITCH.

How can i to do this?