Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
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_1Value: 1 The XML namespace for this version is: 'http://schemas.xmlsoap.org/soap/envelope/'. |
WS_ENVELOPE_VERSION_SOAP_1_2Value: 2 The XML namespace for this version is: 'http://www.w3.org/2003/05/soap-envelope'. |
WS_ENVELOPE_VERSION_NONEValue: 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 |
Feedback
Was this page helpful?
