Now that SSL 3 has been found to be vulnerable to the POODLE attack:
What version of SSL/TLS does System.Web.Services.Protocols.SoapHttpClientProtocol use when conne
SSL version should be driven by static property System.Net.ServicePointManager.SecurityProtocol. In my box it is set to "SSLV3 | TLS". You can set to to TLS12.