I\'m building a WCF web service that requires interop with non-WCF clients (in fact, there will be no WCF clients).
I\'ve already written a WSDL using SOAP 1.2 (as p
I had the same issue when I had multiple bindings on my service. When I removed all bindings and only left one unnamed binding in place, the error message disappeared.