I want to get some clues about posting the values to the webservice...
When i post the values, i get the response in xml that has to be parsed. Any tutorials of posting
Looks like this question is pretty old, but I thought I would add this for anyone else that comes along.
The lukencode.com provided above works, but it runs on the main thread and blocks, so it can cause the dreaded "Application Not Responding" error from Android. There is a similar solution available that breaks it out onto it's own thread so it can run asynchronously without blocking here.
Rest service wrapper