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 |
---|---|
|
Method completed successfully. |
|
pFault is NULL. |
|
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 |