WSD_SOAP_FAULT structure (wsdtypes.h)

Represents a generated SOAP fault.

Syntax

typedef struct _WSD_SOAP_FAULT {
  WSD_SOAP_FAULT_CODE   *Code;
  WSD_SOAP_FAULT_REASON *Reason;
  const WCHAR           *Node;
  const WCHAR           *Role;
  WSDXML_ELEMENT        *Detail;
} WSD_SOAP_FAULT;

Members

Code

A WSD_SOAP_FAULT_CODE structure that contains a SOAP fault code.

Reason

A WSD_SOAP_FAULT_REASON structure that contains localized human readable explanations of the fault.

Node

The SOAP node on the SOAP message path that caused the fault.

Role

The SOAP role in which the Node was acting at the time the fault occurred.

Detail

A WSDXML_ELEMENT structure that contains application-specific error information pertaining to the fault.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header wsdtypes.h (include Wsdapi.h)

See also

WSDGenerateFault

WSDGenerateFaultEx