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
I too had the same problem. Add ContentType header to application/xml (or whatever ur service is expecting) to the postman.