I am working on java restful web service. I got it working for GET request, but POST request does not work. My Controller class is RestController. I have done these
RestController
add "annotation-driven" line to your xml file or add content-type as application/json