Using the Jersey client to do a POST operation
Posted
by Jon
on Stack Overflow
See other posts from Stack Overflow
or by Jon
Published on 2010-01-25T22:22:37Z
Indexed on
2010/05/15
12:44 UTC
Read the original article
Hit count: 244
Hello,
In a Java method, I'd like to use a Jersey client object to do a POST operation on a RESTful web service (also written using Jersey) but am not sure how to use the client to send the values that will be used as FormParam's on the server. I'm able to send query params just fine.
Thanks in advance.
© Stack Overflow or respective owner