SAP Connector rules – Completing the Faults tab

Note: This tab is displayed for the SOAP connector type only.

Although none of the fields on the Faults tab are required for an SAP connector, 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.

Note: To capture exceptions triggered by the Connect-SAP 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.