I have a web service that has about 200 methods implemented using .Net + WCF in a standalone service. we model support code to use different handlers for different methods, but in the end there is another monolithic interface ... I used (and loved) RESTful interfaces in the past, especially for how they split one interface into separate domains. can it be achieved using web services without sharing a web service? I would like to hear thoughts about this.
source share