SoapHttpClientProtocol::SoapVersion Property
Gets or sets the version of the SOAP protocol used to make the SOAP request to the XML Web service.
Assembly: System.Web.Services (in System.Web.Services.dll)
[ComVisibleAttribute(false)] public: property SoapProtocolVersion SoapVersion { SoapProtocolVersion get (); void set (SoapProtocolVersion value); }
Property Value
Type: System.Web.Services.Protocols::SoapProtocolVersionOne of the SoapProtocolVersion values. The default is Soap11.
The SoapVersion property is set in the proxy class generated by the Web Services Description Language tool (Wsdl.exe) to Soap11 by default when a WSDL document for an XML Web service supports SOAP version 1.1. However, when an XML Web service only supports SOAP 1.2, Wsdl.exe sets the SoapVersion property to Soap12. To choose the version of the SOAP protocol when generating the proxy class with Wsdl.exe, use the /protocol switch with the SOAP or SOAP12 settings to set the SoapVersion property to Soap11 and Soap12, respectively.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.