Share via


WSD_SOAP_FAULT

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This structure 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

  • 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

Header wsdapi.h
Library wsdapi.lib
Windows Embedded CE Windows Embedded CE 6.0 R2

See Also

Reference

Web Services on Devices Structures