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