How to use http post method to call php webservice in android?

后端 未结 4 1844
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-22 04:27

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

4条回答
  •  無奈伤痛
    2021-01-22 05:20

    This is the normal responce. What you need to get the information is to call a method:

    responce.getEntity()
    

    Read more here.

提交回复
热议问题