0
kicks
Single WCF Generic Endpoint for One-Way and Request-Reply Call Forward
Implementing a WCF forwarding router consists of providing an endpoint with a generic contract which accepts untyped messages. These messages can then be forwarded to another endpoint, which can in turn use a specific typed or a generic untyped contract.This is best (or my best) illustrated by the following diagram: