I am consuming a web service from https://www.abc.com/def.asmx?WSDL. This is HTTPS. How can I consume a web service using HTTPS from a .NET client. Note: I am already consuming this web service over http. What additional steps do I need to take to make it secure. I am passing in username and password in SOAP header. What extra steps do I need to take.
http://tohttps://in the url.