I am a newbie to Android platform.
I want to call a webservice from android java development enviornment. Am using axis technology to connect to a webservice in java development.
Can i use the same technology here in android development also.?
one more doubt am having is am using several jar files (like axis,commons-logging,commons-httpclient) in java dev enviornment for webservice call and its implementations.
Can i use these jar files in android java dev platform.?
Experts please give me a clear idea about all these..??
if your web service is SOAP you can use KSOAP2, it enables you communicate easily with SOAP web service. if your web service is REST you can then use classes like HttpClient, HttpGet and HttpPost that exist already on Android.