FaultString property: SOAPDoc class

Description

Use the FaultString property to return the fault string if the reply has one. Not every SOAP message has a fault string. It is only returned when the SOAP method has had an error in processing and the SOAP method supports fault strings.

Example

&Fault = &MyDoc.FaultString;