WS_ENVELOPE_VERSION enumeration (webservices.h)
The version of the specification used for the envelope structure.
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;
Constants
WS_ENVELOPE_VERSION_SOAP_1_1 Value: 1 The XML namespace for this version is: 'http://schemas.xmlsoap.org/soap/envelope/'. |
WS_ENVELOPE_VERSION_SOAP_1_2 Value: 2 The XML namespace for this version is: 'http://www.w3.org/2003/05/soap-envelope'. |
WS_ENVELOPE_VERSION_NONE Value: 3 |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 R2 [desktop apps | UWP apps] |
Header | webservices.h |