From 0df9e157003d20ce418ec3a96211ca40e567f109 Mon Sep 17 00:00:00 2001 From: RayetSena <55273803+RayetSena@users.noreply.github.com> Date: Wed, 13 Sep 2023 10:40:53 +0200 Subject: [PATCH] refactor: replace get roltypen query by zaaktype with individual calls to roltype by their uuid to make them cachable (#113) * Refactor roltypen query by zaaktype to individual calls to roltype by their uuid * Refactor roltypen query by zaaktype to individual calls to roltype by their uuid * remove UnwrapOpenZaakApiEnvelopeToListRoltypen.xslt * resolve conflicts * fix: update password * revert: zaakbrug-e2e-soapui-project.xml --------- Co-authored-by: INTERPAR\sena Co-authored-by: MLenterman --- e2e/SoapUI/zaakbrug-e2e-soapui-project.xml | 2 +- .../Translate/Configuration.xml | 2 + .../Configuration_CreeerZaak_LK01.xml | 24 +++++++-- .../Configuration_GetRolTypenByUrl.xml | 54 +++++++++++++++++++ 4 files changed, 78 insertions(+), 4 deletions(-) create mode 100644 src/main/configurations/Translate/Configuration_GetRolTypenByUrl.xml diff --git a/e2e/SoapUI/zaakbrug-e2e-soapui-project.xml b/e2e/SoapUI/zaakbrug-e2e-soapui-project.xml index 7665f0008..a22ccf1bd 100644 --- a/e2e/SoapUI/zaakbrug-e2e-soapui-project.xml +++ b/e2e/SoapUI/zaakbrug-e2e-soapui-project.xml @@ -284215,4 +284215,4 @@ loadTestRunner.loadTest.testCase.getTestStepByName("Properties").setPropertyValu -]]>ZaakbrugEndpointhttp://localhost:8080/services/ReplicationZaakIdentiticatie1900214585ReplicationLegacyBeantwoorvraaghttp://localhost:8080/services/ReplicationZaakDocumentIdentificatie1900216060ZdsTimezoneUTCjwtClientIdZaakBrugjwtSecretsecret1234OpenZaakCatalogiApiRootUrlhttp://localhost:9001/zaken/api/v1/ \ No newline at end of file + ]]>ZaakbrugEndpointhttp://localhost:8080/services/ReplicationZaakIdentiticatie1900214585ReplicationLegacyBeantwoorvraaghttp://localhost:8080/services/ReplicationZaakDocumentIdentificatie1900216060ZdsTimezoneUTCjwtClientIdZaakBrugjwtSecretsecret1234OpenZaakCatalogiApiRootUrlhttp://localhost:9001/zaken/api/v1/ \ No newline at end of file diff --git a/src/main/configurations/Translate/Configuration.xml b/src/main/configurations/Translate/Configuration.xml index 57641f02f..c1d482baf 100644 --- a/src/main/configurations/Translate/Configuration.xml +++ b/src/main/configurations/Translate/Configuration.xml @@ -19,6 +19,7 @@ + @@ -90,6 +91,7 @@ &GetResultatenByZaakUrl; &GetRolByZaakUrlAndRolTypeUrl; &GetRollenByBsn; + &GetRolTypenByUrl; &GetRsinByGemeenteCode; &Zaken_GetZgwStatusByZaakUrl; &GetStatusTypeByZaakTypeAndOmschrijving; diff --git a/src/main/configurations/Translate/Configuration_CreeerZaak_LK01.xml b/src/main/configurations/Translate/Configuration_CreeerZaak_LK01.xml index c02e6a2ff..dd6ce8e3c 100644 --- a/src/main/configurations/Translate/Configuration_CreeerZaak_LK01.xml +++ b/src/main/configurations/Translate/Configuration_CreeerZaak_LK01.xml @@ -66,11 +66,29 @@ javaListener="GetRsinByGemeenteCode"> - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file