How do i read the data which i pass in a POST or PUT method using -d option in curl
curl -XPUT host:port/service -d 'some data'
Is there an annotation similat to like @QueryParam for query parameters?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This works for me. There is no need for any annotations.
WebServiceOutputSimilar:
How do I read POST parameters for a RESTful service using Jersey?