I\'m calling php webservice through http post method. I\'m sending the request in the proper way, but when responce comes, it is not giving me response.
That\'s what I h
This is the normal responce. What you need to get the information is to call a method:
responce.getEntity()
Read more here.