WCF/WF - How to achieve Interface segregation concept of wcf (SOLID) in webservice

Asked By karur krishna madhu on 18-Jun-13 02:42 AM
How to achieve Interface segregation concept of wcf (SOLID) in web service?

I have a web service with 10 web methods and i have 10 clients and each client needs only 1 web method and i don't want to expose the rest 9 methods? How can this be done in webservices. the same can be done in wcf (Interface segregation) using SOLID principle.