createConfigurationContextFromFileSystem(null, CSGConstant.CLIENT_AXIS2_XML);
csgAdminClient = new CSGAdminClient(sessionCookie, getProxyURL(csgServer), configCtx);
} else {
csgAdminClient = new CSGAdminClient(sessionCookie, getProxyURL(csgServer));
}
csgAdminClient.unDeployProxy(csgServer.getDomainName() + serviceName + "Proxy");
// flag the service as unpublished
flagServicePublishing(serviceName, serverName, false, isJMSEnabled);
} catch (Exception e) {
handleException("Cloud not remove the JMS transport from the service '" +