Skip to content

Commit

Permalink
fix: gegmag emailadres and telnumber for persons throwing an error wh…
Browse files Browse the repository at this point in the history
…en home or work emailadres is also provided in the uwgegevens section
  • Loading branch information
MLenterman committed Aug 23, 2024
1 parent 57ab34c commit 755fc28
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@
styleSheetName="Bpel/GegMag/Model/UpdateExtendedPersonInfoRequestMessage.xslt"
storeResultInSessionKey="UpdateExtendedPersonInfoRequestMessage"
>
<Param name="EmailAddress" sessionKey="originalMessage" xpathExpression="//*[starts-with(name(), 'contactgegevens')]/*[starts-with(name(), 'eMailadres')]" />
<Param name="TelephoneNumber" sessionKey="originalMessage" xpathExpression="//*[starts-with(name(), 'contactgegevens')]/*[starts-with(name(), 'telefoonnummer')]" />
<Param name="EmailAddress" sessionKey="originalMessage" xpathExpression="replace(//*[starts-with(name(), 'contactgegevens')]/*[starts-with(name(), 'eMailadres')], ' ', '')" />
<Param name="TelephoneNumber" sessionKey="originalMessage" xpathExpression="replace(//*[starts-with(name(), 'contactgegevens')]/*[starts-with(name(), 'telefoonnummer') and string-length(name()) = (string-length('telefoonnummer') + 3)], ' ', '')" />
<Forward name="success" path="BpelGegMagUpdateExtendedPersonInfoSender" />
</XsltPipe>

Expand Down

0 comments on commit 755fc28

Please sign in to comment.