Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

FORCE_ERROR_ON_SOAP_FAULT

Possible Values

"true", "false"

Default Behavior

true

Scope

synapse(default)

Description

When a SOAP error occurs in a response, the SOAPFault sent from the back end is received by the out sequence as a usual response by default. If this property is set to true, the SOAPFault is redirected to a fault sequence.

Example

Code Block
<property name="forceErrorOnSOAPFaultFORCE_ERROR_ON_SOAP_FAULT" value="true" scope="default" type="STRING"></property>