views:

204

answers:

1

Hi All,

is it possible that I send a request from my Android app to a web service and in return I get a data for example a XML file from the web service which I parse in android?

Thanks

kai

+2  A: 

I think you need a starting point about web services with Android. This article is a good start IMHO

http://senior.ceng.metu.edu.tr/2009/praeda/2009/01/11/a-simple-restful-client-at-android/

Omer