Skip to content

Commit

Permalink
refactor: set PostNotificatie endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
DelanoWAF committed Aug 20, 2024
1 parent 742ccf4 commit e27c630
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
no body. -->
<Adapter name="Frank_PostNotificatie">
<Receiver name="Frank_PostNotificatie">
<JavaListener name="Frank_PostNotificatie" />
<ApiListener
name="Frank_PostNotificatie"
uriPattern="/Msb.Extern.services/Ultimo/Melding" />
</Receiver>

<Pipeline>
Expand All @@ -32,7 +34,8 @@

<!-- TODO: Check that uuid values are correctly filled -->
<SenderPipe name="Send2MorCore" getInputFromSessionKey="JsonMessage">
<HttpSender name="Send2MorCore" methodType="POST" contentType="application/json" headersParams="Authorization"/>
<HttpSender name="Send2MorCore" methodType="POST" contentType="application/json"
headersParams="Authorization" />
<Param name="url"
value="${MorCore.taak.API.root-url}/api/v1/melding/${meldingUuid}/taakopdracht/${taakOpdrachtUuid}/notificatie" />
<Param name="meldingUuid"
Expand Down

0 comments on commit e27c630

Please sign in to comment.