Skip to content

Commit

Permalink
fix: registratienummer obtained from incorrect element
Browse files Browse the repository at this point in the history
  • Loading branch information
DelanoWAF committed Aug 12, 2024
1 parent b60fd3a commit f9cb50e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@
getInputFromSessionKey="originalMessage" >
<Param name="systemdate" pattern="{now, date,dd/MM/yyyy}" />
<Param name="DossierID" xpathExpression="//dossiercode" />
<Param name="Registratienummer" xpathExpression="//ObjectID" sessionKey="FileVersionDetails" />
<Param name="Registratienummer" xpathExpression="//opslaanInkNietNatuurlijkPersoonResult" sessionKey="FileVersionDetails" />
</XsltPipe>

<SoapWrapperPipe name="WrapModObjectRelationDossierRequest"
Expand Down

0 comments on commit f9cb50e

Please sign in to comment.