Skip to content

Commit c9999c8

Browse files
authored
Merge pull request #5 from CommonGateway/feature/GW-1759/Zuidplas
Add switch for separating vrijeBerichten and ontvangAsynchroon
2 parents ee0f4c4 + 335a747 commit c9999c8

3 files changed

Lines changed: 48 additions & 17 deletions

File tree

Installation/Action/vrijbrp.zdsToCaseSystem2.action.json

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"title": "ZdsMessageToSource2",
33
"$id": "https://vrijbrp.nl/action/vrijbrp.zdsToCaseSystem2.action.json",
44
"$schema": "https://docs.commongateway.nl/schemas/Action.schema.json",
5-
"version": "0.0.1",
5+
"version": "0.0.2",
66
"listens": [
77
"zds.inbound"
88
],
@@ -23,22 +23,6 @@
2323
},
2424
"Liber"
2525
]
26-
},
27-
{
28-
"==": [
29-
{
30-
"var": "body.SOAP-ENV:Body.ns2:genereerDocumentIdentificatie_Di02.ns2:stuurgegevens.ns1:ontvanger.ns1:applicatie"
31-
},
32-
"Liber"
33-
]
34-
},
35-
{
36-
"==": [
37-
{
38-
"var": "body.SOAP-ENV:Body.ns2:genereerZaakIdentificatie_Di02.ns2:stuurgegevens.ns1:ontvanger.ns1:applicatie"
39-
},
40-
"Liber"
41-
]
4226
}
4327
]
4428
},
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"title": "ZdsMessageToSource2",
3+
"$id": "https://vrijbrp.nl/action/vrijbrp.zdsToCaseSystem2VrijeBerichten.action.json",
4+
"$schema": "https://docs.commongateway.nl/schemas/Action.schema.json",
5+
"version": "0.0.1",
6+
"listens": [
7+
"zds.inbound"
8+
],
9+
"conditions": {
10+
"or": [
11+
{
12+
"==": [
13+
{
14+
"var": "body.SOAP-ENV:Body.ns2:genereerDocumentIdentificatie_Di02.ns2:stuurgegevens.ns1:ontvanger.ns1:applicatie"
15+
},
16+
"Liber"
17+
]
18+
},
19+
{
20+
"==": [
21+
{
22+
"var": "body.SOAP-ENV:Body.ns2:genereerZaakIdentificatie_Di02.ns2:stuurgegevens.ns1:ontvanger.ns1:applicatie"
23+
},
24+
"Liber"
25+
]
26+
}
27+
]
28+
},
29+
"class": "CommonGateway\\CoreBundle\\ActionHandler\\RequestProxyHandler",
30+
"configuration": {
31+
"source": "https://vrijbrp.nl/source/caseSystem2VrijeBerichten.source.json"
32+
},
33+
"isLockable": false,
34+
"isEnabled": true
35+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"title": "CaseSystem 2 Vrije Berichten",
3+
"$id": "https://vrijbrp.nl/source/caseSystem2VrijeBerichten.source.json",
4+
"$schema": "https://docs.commongateway.nl/schemas/Gateway.schema.json",
5+
"version": "0.0.1",
6+
"name": "CaseSystem 2 Vrije Berichten",
7+
"location": "",
8+
"auth": "none",
9+
"configuration": {
10+
11+
}
12+
}

0 commit comments

Comments
 (0)