Connect dotNet rules – Completing the Faults tab

Although the Faults tab contains only optional fields, 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 these faults, including a list of SOAP fault codes, see the SOAP specification at http://www.w3.org/TR/soap/.

Note: To capture exceptions triggered by the Connect-dotNET 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 next to this field to open the New Property form.

Fault Message Fields

Fault Message Fields

Field Description
Fault Code Property Optional. Select or enter the name of a Single Value 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 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 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.