this.log.logDebug("Connecting to WS");
SystoleSync_Service service = new SystoleSync_Service();
this.systoleSync = service.getSystoleSyncSOAP();
} catch (Exception ex) {
this.log.logError("Error on connect to ws, msg: " + ex.getMessage());
throw new ExceptionWS("No se pudo establecer la conexión con el servidor");
}
}