Skip to content

Commit

Permalink
fix: ifDossierId check receives incorrect input
Browse files Browse the repository at this point in the history
  • Loading branch information
DelanoWAF committed Aug 6, 2024
1 parent b82b68d commit 9888601
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@
<SoapWrapperPipe name="WrapResult" removeOutputNamespaces="true"
storeResultInSessionKey="FileVersionDetails" />

<XmlIfPipe name="IfDossierId" xpathExpression="//dossiercode != ''">
<XmlIfPipe name="IfDossierId" getInputFromSessionKey="originalMessage" xpathExpression="//dossiercode != ''">
<Forward name="then" path="ConvertToModObjectRelationDossier" />
<Forward name="else" path="ConvertToDisconnectRequest" />
</XmlIfPipe>
Expand Down

0 comments on commit 9888601

Please sign in to comment.