I\'m hosting a WCF service in IIS 7.5 using .NET 4.0. I also have a WPF application that I am using as my client that was built with Visual Studio 2010 and .NET 4.0. I add
As Steven Westbrook says in a comment on this answer:
Add
?wsdlto your client's endpoint address, and you should have more luck with the service.?wsdlis important - it means the browser is just getting "Web Services Description Language" for the service, and not calling the service.
I had the same issue and adding ?wsdl solved my headache.