I\'m working on a client-server application (.NET 4 WPF, WCF) that must support backwards compatibility. In other words, old clients should be compatible with new servers (and v
You basically need 2 endpoints for the same service exposed at different addresses and aligned with different bindings. This may help you.