How to Consume a WebService(created by C#) using Https protocol
Posted
by
Navaneeth A Krishnan
on Stack Overflow
See other posts from Stack Overflow
or by Navaneeth A Krishnan
Published on 2011-03-18T16:09:33Z
Indexed on
2011/03/18
16:09 UTC
Read the original article
Hit count: 331
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
© Stack Overflow or respective owner