Surjendu,

On server side the entity sent with a GET request is not retrieved.
Why do you want to send an entity with a GET resquest? GET mean only that you want to retrieve a representation of a resource.

regards,
Thierry Boileau
Even after i am passing an entity in the Request , I am not able to get it in
handleGet() method.
The same logic works for handlePut() and handlePost(). I am able to retrieve the
entities in handlePost() and handlePut().

What is different for handleGet()? Why am I not able to retrieve the entities?



Reply via email to