Share via


WSD_SOAP_FAULT_SUBCODE

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 subcode. Subcodes can be nested.

Syntax

typedef struct _WSD_SOAP_FAULT_SUBCODE {
  WSDXML_NAME* Value;
  WSD_SOAP_FAULT_SUBCODE* Subcode;
} WSD_SOAP_FAULT_SUBCODE;

Members

  • Value
    A WSDXML_NAME structure that contains the qualified name of the SOAP fault subcode.
  • Subcode
    A WSD_SOAP_FAULT_SUBCODE structure that contains a fault subcode.

Requirements

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

See Also

Reference

Web Services on Devices Structures