Error 415 Unsupported Media Type: POST not reaching REST if JSON, but it does if XML

前端 未结 13 1853
渐次进展
渐次进展 2020-11-27 04:57

I am actually new to REST WS but really I don\'t get this 415 Unsupported Media Type.

I am testing my REST with Poster on Firefox and the GET

13条回答
  •  一整个雨季
    2020-11-27 05:35

    Don't return Strings in your methods but Customer objects it self and let JAXB take care of the de/serialization.

提交回复
热议问题