configuring wcf endpoints
Hi All,
As I understand, in order to configure a WCFservice endpoint to be interoperable with ASP.NET Web service clients, I must use the BasicHttpBinding type as the binding type for my service endpoint.
but why isn't it possible to add additional endpoints like wsHttpBinding, TcpBinding... (in addition to BasicHttpBinding) ?
Its important for me to expose all types of bindings .

