Click here to Skip to main content
15,893,190 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I am using WCF service has two interfaces implemented accessing for different modules. Please see below structure.

I have hosted a Service called http://MYPC/WCFTEST/Service1.svc.
Actually i have implemented IModule1Service and IModule2Service interfaces.


What actually i need that,

From IModule1Service members can only consume from http://MYPC/WCFTEST/Module1Service and IModule2Service members can only consume from http://MYPC/WCFTEST/Module2Service.


Please suggest me how to do this. I have tried many examples from blogs, but only find solutions for multiple endpoints only, not for multiple address for same service. The original service can not be seen by client. They can only see these two service addresses instead.

Thank you for your help in advance.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900