How to Consume a WebService(created by C#) using Https protocol
- by Navaneeth A Krishnan
I'm developing a small project, that is an C# web service, i did that but now i want to run the web service using the protocol HTTPS, for that i have installed web authentication certificate in my system and my IIS 5.1 server is running under HTTPS protocol(i have configured in that directory security)
But now i want to invoke the web service using the HTTPS protocol, somebody told that, i need to modify the WSDL file for that web service but i don't know how to do it...
now my service url is like this....
http://localhost:2335/SWebService.asmx
here i would like to use https instead of http