Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
| 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) |