System.Web.Services.Protocols.SoapHttpClientProtocol.SoapVersion Property

Gets or sets the version of the SOAP protocol used to make the SOAP request to the XML Web service.

Syntax

[System.ComponentModel.DefaultValue(System.Web.Services.Protocols.SoapProtocolVersion.Default)]
[System.Runtime.InteropServices.ComVisible(false)]
public SoapProtocolVersion SoapVersion { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The SoapHttpClientProtocol.SoapVersion property is set in the proxy class generated by the Web Services Description Language tool (Wsdl.exe) to SoapProtocolVersion.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 SoapHttpClientProtocol.SoapVersion property to SoapProtocolVersion.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 SoapHttpClientProtocol.SoapVersion property to SoapProtocolVersion.Soap11 and SoapProtocolVersion.Soap12, respectively.

Requirements

Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 2.0.0.0