Returning a Custom Business Fault Behaves Differently for Web Service and Direct Binding
(Doc ID 1303457.1)
Last updated on MARCH 27, 2020
Applies to:
Oracle SOA Suite - Version 11.1.1.3.0 and laterInformation in this document applies to any platform.
Symptoms
When a Composite A invokes Composite B exposed through Direct Binding and the BPEL callee within Composite B replies with custom fault message, the BPEL Caller in Composite A receives a BPEL remoteFault exception. Custom fault message details are lost. Note, that the business fault is already existent in the component's WSDL.
If the same scenario uses the WS Binding, the custom fault is returned through the <reply> activity.
Due to this issue, it is not possible to implement a component accessible through different bindings, as the fault handling cannot be implemented consequently.
Expected behavior:
Composite B replies with custom fault message and Composite A receives the custom fault message. The business fault should be returned as it is defined in the component's WSDL.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |