Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |