I’m working in an application where a third-party has exposed two services one is a legacy service built on a different platform and another one is built on WCF. Based on the request from the client I’ve to redirect to either one of the service. I’m planning to create a WCF router can anyone share some good links for reference.
I’m working in an application where a third-party has exposed two services one is
Share
If you are using .NET 4 you can use the RoutingService – this supports data dependent routing. I recorded a series of screencasts about it here and there is one specifically about data dependent routing here