Connect dotNet rules
Completing the Faults tab

  1. About 
  2. New 
  3. Service 
  4. Request 
  5. Response 
  6. Faults 
  1. Advanced 
  2. WSDL 
  3. History 

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 WWWhttp://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

SmartPromptSelect 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 Edit icon (magnifying glass) next to this field to open the New Property form.

Fault Message Fields

Field

Description

Fault Code Property

SmartPromptOptional. Select or enter the name of a Single Value property to store the value of the fault code returned in the response.

Reason Property

SmartPromptOptional. 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

SmartPromptOptional. 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.

Related Topics IconRelated information