1 post
0
1
136
The problem is here: try { HttpResponse response = httpClient.execute(httpPost); jsonResult = inputStreamToString(response.getEntity().getContent()).toString(); } catch(Exception e) {…