Reputation: 16364
My company has set-up a web-service to get and set user data using .NET.
I am required to use this service in my Android application. I am totally new to the concept of web-services and communication between the device and the server.
I downloaded the ksoap library jar file and referred it in my android project. What do I do next ? How do I set up the connection ? How do I exchange data ?
I saw a few tutorials but their coding is either incomplete or beyond my understanding. Can anyone provide me with a simple tutorial or a working code for the implementation of the service in my application ?
Thanks in advance.
Upvotes: 1
Views: 2792
Reputation: 475
You may have a look @ http://seesharpgears.blogspot.in/2010/11/basic-ksoap-android-tutorial.html
It pretty much explains the android part and interestingly it is talking to a .NET Webservice (You shouldn't ideally bother about the service though).
Hope it helps.
Upvotes: 2