WS_ENVELOPE_VERSION列挙 (webservices.h)

エンベロープ構造に使用される仕様のバージョン。

構文

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 アプリ]
Header webservices.h