Skip to content

Commit

Permalink
fix: enkelvoudiginformatieobject returns empty identificatie field
Browse files Browse the repository at this point in the history
  • Loading branch information
MLenterman committed Sep 27, 2023
1 parent 8efe5ee commit eea1d38
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
<Param name="scheme" sessionKey="headers" xpathExpression="/headers/header[@name = 'Scheme']/text()" defaultValue="http" />
<Param name="host" sessionKey="headers" xpathExpression="/headers/header[@name = 'Host']/text()" />
<Param name="ZgwEnkelvoudigInformatieObject" xpathExpression="/result/rowset/row[@number = '0']/field[@name = 'DATA']/text()" />
<Param name="pk" xpathExpression="/result/rowset/row[@number = '0']/field[@name = 'PK']/text()" />
<Forward name="success" path="EnrichZgwEnkelvoudigInformatieObject" />
<Forward name="exception" path="InternalServerError" />
</PutInSessionPipe>
Expand All @@ -116,7 +117,7 @@
getInputFromSessionKey="ZgwEnkelvoudigInformatieObject"
>
<Param name="Url" pattern="{scheme}://{host}/documenten/api/v1/enkelvoudiginformatieobjecten/{uuid}" />
<Param name="Identificatie" xpathExpression="/result/rowset/row[@number = '0']/field[@name = 'PK']/text()" />
<Param name="Identificatie" sessionKey="pk" />
<Param name="Inhoud" pattern="{scheme}://{host}/documenten/api/v1/enkelvoudiginformatieobjecten/{uuid}/download?versie=1" />
<Forward name="success" path="XmlToJson"/>
<Forward name="error" path="InternalServerError"/>
Expand Down

0 comments on commit eea1d38

Please sign in to comment.