I\'ve managed to make changes to everything but the following:
HttpClient client; HttpPost method; client = new DefaultHttpClient(); method = new HttpPost(url
The util class has some helpful methods:
EntityUtils.toString(response.getEntity());
There is also some useful stuff in the examples at apache's website