énumération WS_ENVELOPE_VERSION (webservices.h)
Version de la spécification utilisée pour la structure d’enveloppe.
Syntax
typedef enum {
WS_ENVELOPE_VERSION_SOAP_1_1 = 1,
WS_ENVELOPE_VERSION_SOAP_1_2 = 2,
WS_ENVELOPE_VERSION_NONE = 3
} WS_ENVELOPE_VERSION;
Constantes
WS_ENVELOPE_VERSION_SOAP_1_1 Valeur : 1 L’espace de noms XML de cette version est : 'http://schemas.xmlsoap.org/soap/envelope/'. |
WS_ENVELOPE_VERSION_SOAP_1_2 Valeur : 2 L’espace de noms XML de cette version est : 'http://www.w3.org/2003/05/soap-envelope'. |
WS_ENVELOPE_VERSION_NONE Valeur : 3 |
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 7 [applications de bureau | Applications UWP] |
Serveur minimal pris en charge | Windows Server 2008 R2 [applications de bureau | Applications UWP] |
En-tête | webservices.h |