Please add more information to your question. Add the code in question, as well as the full exception message.
– JohnRW
1 Answers
1
votes
You can get this error when you try to get response from WCF service that on https, but your bindings are set to basicHttpBinding on your application web config. Change your bindings from <basicHttpBinding> to <basicHttpsBinding>.
It might solve your problem.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more