SOAP Connector rules – Completing the Faults tab

The Faults tab is optional, but as a best practice use this tab to map any SOAP faults returned by the Web service. That way you can include an error-handling step in the connector activity and have the activity respond appropriately if the connector receives a SOAP fault instead of the response message it expects.

For information about SOAP faults, including a list of SOAP fault codes, see the SOAP specification at the World Wide Web Consortium (W3C).

Note: To capture exceptions triggered by the Connect-SOAP method, configure the error handling fields on the Service tab.

SOAP envelope content

Field Description
Target property Select or enter the name of a single-value text property to store the entire contents of the SOAP envelope that contains the fault message. To create a new property, enter its name and click the Open icon to open the New property form.

Fault message fields

Field Description
Fault code property Optional. Select or enter the name of a Single Value text property to store the value of the fault code returned in the response.
Reason property Optional. Select or enter the name of a Single Value text property to store the value of the fault reason string returned in the response. The fault reason string holds an explanation of the fault code.
Detail property Optional. Select or enter the name of a Single Value text property to store the value of the fault detail string returned in the response. The fault detail string holds application-specific information about the fault.