Basically I have a restful service (post) that consumes(application/json) and produces (application/json). The single param for this service is an
application/json
Add below to the Resource class or the method causing the exception
@Consumes(MediaType.APPLICATION_JSON) @Produces(MediaType.APPLICATION_JSON)