Tagged Questions

0
votes
3answers
611 views

WCF - using multiple bindings including REST (WebHttpBinding) on one service library?

I want to expose my Service Layer (which is currently written as standard class library with POCOs) for external as well as internal consumption. External clients will use it over REST style APIs ...