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
Please check this link How to: Configure WCF Service to Interoperate with ASP.NET Web Service Clients .
To configure a Windows Communication Foundation (WCF) service endpoint to be interoperable with ASP.NET Web service clients, use the System.ServiceModel.BasicHttpBinding type as the binding type for your service endpoint.
Also, defining two endpoints you can use HTTP and HTTPS versions of the same service