WCF Endpoint rounting

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/15 13:12 UTC
Read the original article Hit count: 239

Filed under:
|
|
|
|

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

Related posts about wcf

Related posts about routing