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.