Condividi tramite


WSD_SOAP_FAULT struttura (wsdtypes.h)

Rappresenta un errore SOAP generato.

Sintassi

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

Struttura WSD_SOAP_FAULT_CODE contenente un codice di errore SOAP.

Reason

Struttura WSD_SOAP_FAULT_REASON che contiene spiegazioni leggibili localizzate dell'errore.

Node

Nodo SOAP nel percorso del messaggio SOAP che ha causato l'errore.

Role

Ruolo SOAP in cui il nodo agisce al momento dell'errore.

Detail

Struttura WSDXML_ELEMENT che contiene informazioni di errore specifiche dell'applicazione relative all'errore.

Requisiti

   
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione wsdtypes.h (includere Wsdapi.h)

Vedi anche

WSDGenerateFault

WSDGenerateFaultEx