HTTP 500 Internal Server Error in simple REST based program. Confused in GET and POST while receiving/sending response from server

后端 未结 2 1873
南旧
南旧 2020-11-28 12:06

I am implementing a basic client server architecture using REST services for the first time. This time I making it more complicated with including some more classes and serv

2条回答
  •  春和景丽
    2020-11-28 12:54

    Add this line of code before class HPCResponse:

    @XmlAccessorType(XmlAccessType.FIELD)
    

提交回复
热议问题