diff --git a/charts/zaakbrug/templates/configmap.yaml b/charts/zaakbrug/templates/configmap.yaml index 742a552b8..81d1e131f 100644 --- a/charts/zaakbrug/templates/configmap.yaml +++ b/charts/zaakbrug/templates/configmap.yaml @@ -54,6 +54,9 @@ data: {{- with .ontvangAsynchroon }} zaakbrug.soap.ontvang-asynchroon.endpoint: {{ .endpoint }} zaakbrug.soap.ontvang-asynchroon.validation-soft-fail: "{{ .validationSoftFail }}" + {{- with .ontvangAsynchroonOverdragen_v2 }} + zaakbrug.soap.ontvang-asynchroon-overdragen.v2.endpoint: {{ .endpoint }} + zaakbrug.soap.ontvang-asynchroon-overdragen.v2.validation-soft-fail: "{{ .validationSoftFail }}" {{- end }} {{- with .ontvangAsynchroon_v2 }} zaakbrug.soap.ontvang-asynchroon.v2.endpoint: {{ .endpoint }} diff --git a/charts/zaakbrug/values.yaml b/charts/zaakbrug/values.yaml index 758e9a77f..84e2c146d 100644 --- a/charts/zaakbrug/values.yaml +++ b/charts/zaakbrug/values.yaml @@ -104,6 +104,9 @@ zaakbrug: ontvangAsynchroon: endpoint: "translate/generic/zds/OntvangAsynchroon" validationSoftFail: false + ontvangAsynchroonOverdragen_v2: + endpoint: "translate/generic/zds/v2/OntvangAsynchroonOverdragen" + validationSoftFail: false vrijeBerichten: endpoint: "translate/generic/zds/VrijBericht" validationSoftFail: false diff --git a/src/main/configurations/Translate/Configuration.xml b/src/main/configurations/Translate/Configuration.xml index eaeef429c..cffbb2ce0 100644 --- a/src/main/configurations/Translate/Configuration.xml +++ b/src/main/configurations/Translate/Configuration.xml @@ -54,6 +54,7 @@ + @@ -121,6 +122,7 @@ &SetResultaatAndStatus; &SoapEndpointRouter_BeantwoordVraag; &SoapEndpointRouter_BeantwoordVraag_v2; + &SoapEndpointRouter_OntvangAsynchroon_Overdragen_v2; &SoapEndpointRouter_OntvangAsynchroon; &SoapEndpointRouter_VrijeBerichten; &SoapEndpointRouter_VrijeBerichten_v2; diff --git a/src/main/configurations/Translate/Configuration_SoapEndpointRouter_OntvangAsynchroon_Overdragen_v2.xml b/src/main/configurations/Translate/Configuration_SoapEndpointRouter_OntvangAsynchroon_Overdragen_v2.xml new file mode 100644 index 000000000..a22944109 --- /dev/null +++ b/src/main/configurations/Translate/Configuration_SoapEndpointRouter_OntvangAsynchroon_Overdragen_v2.xml @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/configurations/Translate/DeploymentSpecifics.properties b/src/main/configurations/Translate/DeploymentSpecifics.properties index c77b581e1..7eea10ed5 100644 --- a/src/main/configurations/Translate/DeploymentSpecifics.properties +++ b/src/main/configurations/Translate/DeploymentSpecifics.properties @@ -64,6 +64,7 @@ PutZgwZaakDocument.Active=true SetResultaatAndStatus.Active=true SoapEndpointRouter_BeantwoordVraag.Active=true SoapEndpointRouter_BeantwoordVraag_v2.Active=true +SoapEndpointRouter_OntvangAsynchroon_Overdragen_v2.Active=true SoapEndpointRouter_OntvangAsynchroon.Active=true SoapEndpointRouter_VrijeBerichten.Active=true SoapEndpointRouter_VrijeBerichten_v2.Active=true @@ -106,6 +107,9 @@ zaakbrug.soap.beantwoord-vraag.v2.validation-soft-fail=false zaakbrug.soap.ontvang-asynchroon.endpoint=translate/generic/zds/OntvangAsynchroon zaakbrug.soap.ontvang-asynchroon.validation-soft-fail=false +zaakbrug.soap.ontvang-asynchroon-overdragen.v2.endpoint=translate/generic/zds/v2/OntvangAsynchroonOverdragen +zaakbrug.soap.ontvang-asynchroon-overdragen.v2.validation-soft-fail=false + zaakbrug.soap.vrije-berichten.endpoint=translate/generic/zds/VrijBericht zaakbrug.soap.vrije-berichten.validation-soft-fail=false