}
String urlString = URLString.toURLRequestString(Constants.CC_CMD_STATE, Constants.SERVICE_NAME, serviceNamePattern);
try {
String body = this.inspectCall(operationTimeout, urlString);
URLString urlResponse = new URLString();
urlResponse.parseResponseURLString(body);
return urlResponse.getParameterMap();
} catch (SCServiceException serviceEx) {
return new HashMap<String, String>();
} catch (UnsupportedEncodingException e) {
throw new SCServiceException(e.toString());