Routing to two WCF services through router [closed]
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this questionI'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.
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
精彩评论