cra.setReqId((String)params.getValue("reqId"));
cra.setSessionId((String)params.getValue("sessionId"));
String idType = (String)params.getValue("idType");
String id = (String)params.getValue("id");
DescKey dk = new DescKey(id, idType);
return readDesc(dk, cra);
}