Is there a way to expose multiple WCF services through a single endpoint?
Posted
by mafutrct
on Stack Overflow
See other posts from Stack Overflow
or by mafutrct
Published on 2010-03-17T09:57:48Z
Indexed on
2010/03/17
10:01 UTC
Read the original article
Hit count: 181
I currently offer a service with many methods via WCF. I'd like to refactor so the single service is split into multiple classes, each offering a different set of functionality. However, I'd prefer to still have a single connection to the client. Is this possible?
I guess the answer is No, so how should I solve this issue? Is there a workaround? Or is my idea completely stupid and I should change the design of the application?
© Stack Overflow or respective owner