enumerazione WS_ENVELOPE_VERSION (webservices.h)
Versione della specifica usata per la struttura della busta.
Sintassi
typedef enum {
WS_ENVELOPE_VERSION_SOAP_1_1 = 1,
WS_ENVELOPE_VERSION_SOAP_1_2 = 2,
WS_ENVELOPE_VERSION_NONE = 3
} WS_ENVELOPE_VERSION;
Costanti
WS_ENVELOPE_VERSION_SOAP_1_1 Valore: 1 Lo spazio dei nomi XML per questa versione è : 'http://schemas.xmlsoap.org/soap/envelope/'. |
WS_ENVELOPE_VERSION_SOAP_1_2 Valore: 2 Lo spazio dei nomi XML per questa versione è : 'http://www.w3.org/2003/05/soap-envelope'. |
WS_ENVELOPE_VERSION_NONE Valore: 3 |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 7 [app desktop | App UWP] |
Server minimo supportato | Windows Server 2008 R2 [app desktop | App UWP] |
Intestazione | webservices.h |