Common methods/implementation across multiple WCF Services
- by Rob
I'm looking at implementing some WCF Services as part of an API for 3rd parties to access data within a product I work on. There are currently a set of services exposed as "classic" .net Web Services and I need to emulate the behaviour of these, at least in part.
The existing services all have an AcquireAuthenticationToken method that takes a set…