views:

158

answers:

1

How can we use Web services in Android Applications?

+3  A: 

See my question here: http://stackoverflow.com/questions/992880/unresolved-host-exception-android

Rob Stevenson-Leggett
Thank you very much i think it is very useful for me. anther question is can we use SOAP in ANDROID?
Brijesh Patel
Since SOAP is an Xml format you can use the SAXParser built in to the Android framework to parse it. I'm not sure if Android has a "service reference" model ala .NET/Netbeans Java
Rob Stevenson-Leggett