struttura WSD_SOAP_MESSAGE (wsdtypes.h)
Contenuto di un messaggio SOAP WSD. Questa struttura viene usata per i messaggi probe , i messaggi ProbeMatch, i messaggi Resolve e ResolveMatch, tra gli altri.
Sintassi
typedef struct _WSD_SOAP_MESSAGE {
WSD_SOAP_HEADER Header;
void *Body;
WSDXML_TYPE *BodyType;
} WSD_SOAP_MESSAGE;
Members
Header
Struttura WSD_SOAP_HEADER che specifica l'intestazione del messaggio SOAP.
Body
Corpo del messaggio SOAP.
BodyType
Riferimento a una struttura WSDXML_TYPE che specifica il tipo del corpo del messaggio SOAP.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Intestazione | wsdtypes.h (include Wsdapi.h) |