git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-access/gcube-geonetwork-connector@160731 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
4cc6d47f2b
commit
0b57397a16
|
@ -45,8 +45,8 @@ public class Test {
|
|||
logger.warn("Executing request " + httpget.getRequestLine() + " to " + url);
|
||||
|
||||
CloseableHttpResponse response = httpclient.execute(httpget);
|
||||
logger.warn("response code: "+ response.getStatusLine().getStatusCode());
|
||||
|
||||
System.out.println("response code: "+ response.getStatusLine().getStatusCode());
|
||||
String json = EntityUtils.toString(response.getEntity());
|
||||
logger.warn("JSON response: \n" + json);
|
||||
|
||||
|
|
Loading…
Reference in New Issue