I implemented a web service which is available under some https url. The client (a console app) calls it, but the following error is thrown:
The provided URI scheme 'https' is invalid; expected 'http'.
I searched that in the net, but I am not really sure how to solve it? Is this solved by adding some code to the web service?
Thanks :-)