WSD_SOAP_FAULT (Compact 2013)
3/26/2014
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
- 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
Header |
wsdapi.h |
Library |
wsdapi.lib |