Hi everyone,
I have some doubts regarding this article...
I assumed that only after overriding the default System.Net.ServicePointManager's CertificatePolicy with CheckValidationResult to true but it doesn't work. The WebServices always replies me with:
System.InvalidOperationException : Client found response content type of '', but expected 'text/xml'.
at System.Web at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke() at ...
I have several configurations with and without SSL implemented and It works fine without SSL.
Have I done something wrong ? Is it possible that accept all the certificates by default is not enough?
Thanks in advance !!
Eduardo Díaz