I am getting UnknownhostException at execute step in:
httppost = new HttpPost("http://www.xxxx.com/contoller/method");
httpResponse response = client.execute(httppost);
java.net.UnknownHostException "www.xxxx.com"
Some where i read, i need to remove http://
but then i get this Exception
java.lang.IllegalStateException: Target host must not be null, or set in parameters.