path = path.substring("/services/".length() - 1);
restServices = "/services";
}
// create rest URL
final String restUrl = fullHost + ctx + restServices + path + "?f=json";
reg.register(new HttpRequestDefinition(restUrl), new IHttpResponseListener() {
public void onResponse(ResponseInfo info, String strContent, Document docContent) {
// extract singleFusedMapCache flag
String singleFusedMapCache = readTopParam(strContent, "singleFusedMapCache");