WCF Endpoint routing
Posted
by Dmitriy Sosunov
on Stack Overflow
See other posts from Stack Overflow
or by Dmitriy Sosunov
Published on 2010-06-15T09:22:23Z
Indexed on
2010/06/16
4:12 UTC
Read the original article
Hit count: 207
Hi,
Guys, how to route inbound message between different endpoints.
I need to expose the single endpoint that could accept different credentials. I guess, solve this by intercept the incoming message and based on message header then do forward message to appropriate endpoint.
Thanks.
© Stack Overflow or respective owner