Greetings,
What is the best way to read form parameters in a POST request send to a
RESTful service? I tried using @FormParam annotation and it works fine. But
the number of arguments will keep on increasing as the number of form
elements increases. For GET request I can use UriInfo and MultiValuedMap to
get all request params in one shot. Is there a way to get it done in the
same way for POST requests?
Thanks in Advance.
Anoop