cancel
Showing results for 
Search instead for 
Did you mean: 

How to read the parameter in Java backed web scipt in POST request

skumar_us
Champ in-the-making
Champ in-the-making
Hi
I am sending the data in POST Body in JSON format via client to a java backed webscript. How should I read the parameter inside javabacked webscript.since I am not appending in the url request,getparameter is not going to work. what is the way to read the JSON data send via client in a java backed webscript?
1 REPLY 1

romschn
Star Collaborator
Star Collaborator
Try using request.getContent().