How to post values to webservice in android

前端 未结 4 1755
一向
一向 2021-02-06 19:00

I want to get some clues about posting the values to the webservice...

When i post the values, i get the response in xml that has to be parsed. Any tutorials of posting

4条回答
  •  后悔当初
    2021-02-06 19:40

    http://lukencode.com/2010/04/27/calling-web-services-in-android-using-httpclient/

    The above link provides a good example of a class you can use to call a REST webservice, both with and without parameters.

提交回复
热议问题