Windows Phone 7 Application + WCF + SSL + Username Authentication
- by s7orm
Hello,
I have developed a test service with WCF, which I try to consume from a Windows Phone 7 Application, however when calling a method from the service I get a weird exception:
There was no endpoint listening at https://server/Service.svc that could accept the message. This is often caused by an incorrect address or SOAP action.
The WCF…