I am actually new to REST WS but really I don\'t get this 415 Unsupported Media Type.
415 Unsupported Media Type
I am testing my REST with Poster on Firefox and the GET
GET
I had similar problem while using in postman. for POST request under header section add these as
key:valuepair
Content-Type:application/json Accept:application/json
i hope it will work.