cancel
Showing results for 
Search instead for 
Did you mean: 

Fault message handling in BPM workaround?

Former Member
0 Kudos

Okay so we all know by now that SAP does not support fault messages in their ccBPM implementation of the BPEL standard.

My question is this.

Does anyone have a viable work around for a SOAP (or any other) interface?

I have altered my calling interface to return either a success response or a fault response in the normal response message e.g.

<?xml version="1.0" encoding="UTF-8"?>

<ns0:Response xmlns:ns0="">

<Success>

</Success>

<Fault>

</Fault>

</ns0:Response>

but I still need a way to get the SOAP adapter to return a fault message when the <Fault> segment of the above mesage is populated.

Thanks,

Stephen

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

if fault part of message is filled, just trigger an exception or an alert..

cheers,

André

Former Member
0 Kudos

ummmm - yeah... Andre,

Unfortunately neither of those options gets a fault message back to the SOAP adapter - which was my question!

Stephen