I need some advise on how to test my web service layer please. If it were a Spring MVC application, for instance, I would have been able to use Controller.handleRequest(mockWebServletRequest) for example. How would I go about doing the same thing but using an Abdera server?