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
http://lukencode.com/2010/04/27/calling-web-services-in-android-using-httpclient/
The above link provides a good example of a class you can use to call a REST webservice, both with and without parameters.