Classifying SOAP Faults as Non-Retriable
What I am trying to do is, to find a way so that not all faults returned from external service (to BPEL) are automatically retried and I can classify them as retriable and non-retriable. To my surprise, I found exactly that in Oracle docs,
"Starting with 12c, all web service SOAP faults are not automatically retried based on the fault code returned from the external service. SOAP faults are now retried only when the fault code is classified as server-related (also known as receiver-related). Fault codes classified as client-related do not result in retries."
The problem is this is not working.