.getAppSettings("OUTPUT"), cm.getAppSettings("DNS"), cm.getAppSettings("M_BASEDECARTA_MAPA"), cm
.getAppSettings("M_BASEDECARTA_REVGEO"));
CommonRest cr = new CommonRest();
PostHelper ph = cr.getDataFromPost(request);
String strLicenca = cr.getFieldFromXML(ph.XMLFile, "token");
try {
id_licenca = Integer.parseInt(strLicenca);
} catch (Exception e) {