I have a wcf service that uses the WsHttpBinding as a binding.
This service is hosted on a server that has a public IP.
I need to consume this wcf service over the internet, but it is giving me the below error.
here was no endpoint listening at http://IP:9962/MyService that could accept the message.
Any Help is very appreciated.
I found the answer.
1- I need to add security on the binding that i am using.
2- I need to add custom authentication on the service host.
3- i need to add a certificate in the mmc of the computer