WS_ENVELOPE_VERSION enumeration
The version of the specification used for the envelope structure.
Syntax
enum WS_ENVELOPE_VERSION { WS_ENVELOPE_VERSION_SOAP_1_1 = 1,
WS_ENVELOPE_VERSION_SOAP_1_2
};
Constants
- WS_ENVELOPE_VERSION_SOAP_1_1
-
The XML namespace for this version is: 'http://schemas.xmlsoap.org/soap/envelope/'.
- WS_ENVELOPE_VERSION_SOAP_1_2
-
The XML namespace for this version is: 'http://www.w3.org/2003/05/soap-envelope'.
Requirements
|
Minimum supported client | Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Header |
|
Community Additions
ADD
Show: