One of the great new features of WCF is the Routing Service. Here is a little post to show you how simple this is to put in place a WCF Routing.
First of all, create a svc file, named RouterService.svc, that implements the RoutingService.
First of all, in your web.config application, the final endpoints have to be configured like in common WCF scenarios.
In <system.serviceModel>, create a <routing> tag, it contains: