Hi,
We sell instruments that collect patient information and send it to the hospitals. For this purpose, we created an ASP.NET web service to be deployed onto the web servers of the hospitals. Our instrument will then send the data to those web services.
Before the instrument sends the data, we want to find out whether the remote web service is SSL/TLS enabled. If it is not, the instrument must refuse to send the patient information.
How do I tell whether a remote web service is SSL/TLS-enabled?
FYI: inside the instrument, we invoke the web service using a web service reference that inherits from System.Web.Services.Protocols.SoapHttpClientProtocol.
Go to the complete details ...