How to use RESTEasy client framework to send data in a POST

Posted by David Escandell on Stack Overflow See other posts from Stack Overflow or by David Escandell
Published on 2010-05-20T21:20:34Z Indexed on 2010/05/21 7:50 UTC
Read the original article Hit count: 324

Filed under:
|
|

I am using the RESTEasy client framework to call a RESTful webservice. The call is made via a POST and sends some XML data to the server. How do I accomplish this?

What is the magical incantation of annotations to use to make this happen?

© Stack Overflow or respective owner

Related posts about java

Related posts about rest