ISOAPError
Other versions of this page are also available for the following:
8/28/2008
This interface provides the properties necessary to create a <Fault> element in a SOAP message.
The SoapServer and SoapClient objects (accessed using the ISoapServer and ISoapClient interfaces) each handle errors in a specific way. For more information, see Client and Server Error Handling.
The following table shows the properties supported by the ISOAPError interface.
Property | Description |
---|---|
This read-only property provides the value of the <faultcode> element of the SOAP <Fault> element. |
|
This read-only property provides the value of the <faultstring> element of the SOAP <Fault> element. |
|
This read-only property provides the value of the <faultactor> element of the SOAP <Fault> element. |
|
This read-only property provides the value of the <detail> element of the SOAP <Fault> element. |
|
This read-only property provides the namespace URI used in the <faultcode> element of the SOAP <Fault> element. |
Requirements
Header | mssoap.h |
Library | uuid.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |