If your server is RESTful, you might try using HTTPclient to post the data to the server and read the response. If you use a REST abstraction layer like https://github.com/TylerSmithNet/RESTclient-Android (self promotion) then you can use the examples to get running in no time.