WS_ENVELOPE_VERSION列舉 (webservices.h)

信封結構所使用的規格版本。

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;

常數

 
WS_ENVELOPE_VERSION_SOAP_1_1
值: 1
此版本的 XML 命名空間為:『http://schemas.xmlsoap.org/soap/envelope/。
WS_ENVELOPE_VERSION_SOAP_1_2
值: 2
此版本的 XML 命名空間為:『http://www.w3.org/2003/05/soap-envelope。
WS_ENVELOPE_VERSION_NONE
值: 3

規格需求

需求
最低支援的用戶端 Windows 7 [傳統型應用程式 |UWP 應用程式]
最低支援的伺服器 Windows Server 2008 R2 [傳統型應用程式 |UWP 應用程式]
標頭 webservices.h