IWSDEndpointProxy::ProcessFault method (wsdclient.h)

Processes a SOAP fault retrieved by GetFaultInfo.

Syntax

HRESULT ProcessFault(
  [in] const WSD_SOAP_FAULT *pFault
);

Parameters

[in] pFault

Pointer to a WSD_SOAP_FAULT structure containing the fault data.

Return value

Possible return values include, but are not limited to, the following:

Return code Description
S_OK
Method completed successfully.
E_POINTER
pFault is NULL.
S_FALSE
The fault was not stored in memory.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header wsdclient.h (include Wsdapi.h)
DLL Wsdapi.dll

See also

IWSDEndpointProxy