Jersey client exception: A message body writer was not found

前端 未结 6 1090
说谎
说谎 2020-12-03 15:55

I am using Jersey client to hit a PHP web service for image uploading functionality. I am getting the following exception:

Caused by: com.sun.jersey.api.clie         


        
6条回答
  •  广开言路
    2020-12-03 16:39

    I added this in web.xml. Problem solved.

    
       com.sun.jersey.api.json.POJOMappingFeature
       true
    
    

提交回复
热议问题