WS_ENVELOPE_VERSION-Enumeration (webservices.h)
Die Version der Spezifikation, die für die Umschlagstruktur verwendet wird.
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;
Konstanten
WS_ENVELOPE_VERSION_SOAP_1_1 Wert: 1 Der XML-Namespace für diese Version lautet : 'http://schemas.xmlsoap.org/soap/envelope/'. |
WS_ENVELOPE_VERSION_SOAP_1_2 Wert: 2 Der XML-Namespace für diese Version lautet : 'http://www.w3.org/2003/05/soap-envelope'. |
WS_ENVELOPE_VERSION_NONE Wert: 3 |
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows 7 [Desktop-Apps | UWP-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2008 R2 [Desktop-Apps | UWP-Apps] |
Kopfzeile | webservices.h |