Skip to content

Commit

Permalink
fix: document status update request contains referenceNumber multiple…
Browse files Browse the repository at this point in the history
… times
  • Loading branch information
MLenterman committed May 28, 2024
1 parent af5ddca commit 634f7f9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
<basicstatusupdate:body>
<xsl:copy-of select="zgw:WrapNullOrSkip('basicstatusupdate:referenceNumber', 'empty', zgw:FromOrderedSource(
$ReferenceNumber,
$DocumentStatusRequestMessage//*:document/*:referenceNumber,
$DocumentStatusRequestMessage//*:referenceNumber,
'',
//*:document/*:referenceNumber),
//*:referenceNumber),
'http://www.emaxx.org/bpel/proces/xsd/eMAXX/BasicStatusUpdate')"/>
<basicstatusupdate:documents>
<common:document>
Expand Down Expand Up @@ -134,7 +134,7 @@
<xsl:copy-of select="zgw:WrapNullOrSkip('common:reference', 'empty', zgw:FromOrderedSource(
$Reference,
$DocumentStatusRequestMessage//common:reference,
$Document//document:referenceNumber,
$Document//*:document/*:referenceNumber,
//common:reference),
'http://www.emaxx.org/egov/common')"/>
<common:status>
Expand Down

0 comments on commit 634f7f9

Please sign in to comment.