How do I access the HTTP POST request body in a WCF REST service?
Here is the service definition:
[ServiceContract] public interface ITestService {
Use
OperationContext.Current.RequestContext.RequestMessage