I need svcutil.exe to generate a proxy class for me, but the problem is that the web service can be accessed only via HTTPS and the SSL certificate is self signed.
How can I force svcutil.exe to ignore this issue?
I need svcutil.exe to generate a proxy class for me, but the problem is that the web service can be accessed only via HTTPS and the SSL certificate is self signed.
How can I force svcutil.exe to ignore this issue?
You could try browsing to the https site first, ignore the warning that the certificate is not trusted, then click on the certificate and install it.
This should result in the machine you are working on trusting the certificate.
Then try running svcutil again.
Browse to the https site, ignore the warning, save the wsdl, and generate the client class directly from the wsdl