public Map execute(Map params) throws IllegalArgumentException {
logger.debug("Inicio ServiceDispatcher");
if ((params==null)||(params.get(ServiceNameConst.SERVICIO)==null)){
throw new ServiceNameNotFoundException();
}
params.put(ParamsConst.REQUEST, this.getThreadLocalRequest());
validateActiveSession(params);