Is it my ideea or in rest-web services a post comes "with no name", so say something...
I mean, is the post the whole body, minus headers???
so, how can I parse such a post message with java?
do I have to use
HttpServletRequest.getInputStream?
any useful example?
and how do I make such a call? I mean, posting value in the body and not in a specific parameter...
thanks a lot