Aggiornato client MaxiData
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good

This commit is contained in:
2025-09-15 10:36:55 +02:00
parent d5eb4c62f6
commit 0f91128b8e

View File

@@ -2,6 +2,7 @@ package it.integry.maxidata.service;
import it.integry.ems.service.EntityProcessor;
import it.integry.ems.sync.MultiDBTransaction.MultiDBTransactionManager;
import it.integry.ems.utility.UtilityDebug;
import it.integry.ems_model.entity.StbGestSetup;
import it.integry.ems_model.types.OperationType;
import it.integry.maxidata.client.api.AutenticazioneApi;
@@ -28,7 +29,7 @@ public class MaxiDataApiService {
public void test(MultiDBTransactionManager multiDBTransactionManager) throws Exception {
this.apiClient = new ApiClient();
this.apiClient.setBasePath("https://bluetech02.maxidata.net/uve2k.blue.SRV1/");
this.apiClient.setDebugging(true);
this.apiClient.setDebugging(UtilityDebug.isDebugExecution());
AutenticazioneApi autenticazioneApi = new AutenticazioneApi(this.apiClient);
final MaxidataCFGBILoginV4BLLLoginType integryLoginResponse =