create method fixed

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-catalogue/ckan-util-library@129186 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-06-20 15:18:30 +00:00
parent e088102978
commit 22e41c9f65
1 changed files with 1 additions and 1 deletions

View File

@ -854,7 +854,7 @@ public class CKanUtilsImpl implements CKanUtilsInterface{
}
try{
String callUrl = CKAN_CATALOGUE_URL + "/ckan-connector/organization/" + orgName + "?gcube-token=" + token;
String callUrl = CKAN_CATALOGUE_URL + "/ckan-connector/gcube/service/organization/" + orgName + "?gcube-token=" + token;
URL url = new URL(callUrl);
HttpsURLConnection connection = (HttpsURLConnection)url.openConnection();
connection.setRequestMethod("PUT");