Skip to content

Commit

Permalink
fix: replace restoreElementToMove with replacerPipe due to elementToM…
Browse files Browse the repository at this point in the history
…ove not working on non-xml anymore
  • Loading branch information
MLenterman committed Jul 22, 2024
1 parent 62eefb9 commit f0afe9d
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
<ReplacerPipe
name="ReplaceBase64EncodedRefWithInhoudRef"
find="e3Nlc3Npb25LZXk6cmVmX2luaG91ZH0="
replace="{sessionKey:ref_inhoud}"
replace="?{ref_inhoud}"
>
<Forward name="success" path="SubstituteDocumentDataRef" />
</ReplacerPipe>

<EchoPipe
<ReplacerPipe
name="SubstituteDocumentDataRef"
restoreMovedElements="true"
>
<Forward name="success" path="PutZaakDocument"/>
</EchoPipe>
<Param name="ref_inhoud" sessionKey="ref_inhoud" />
<Forward name="success" path="PutZaakDocument" />
</ReplacerPipe>

<SenderPipe name="PutZaakDocument">
<HttpSender
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,17 +196,17 @@
<ReplacerPipe
name="ReplaceBase64EncodedRefWithInhoudRef"
find="e3Nlc3Npb25LZXk6cmVmX2luaG91ZH0="
replace="{sessionKey:ref_inhoud}"
replace="?{ref_inhoud}"
>
<Forward name="success" path="SubstituteDocumentDataRef" />
</ReplacerPipe>

<EchoPipe
<ReplacerPipe
name="SubstituteDocumentDataRef"
restoreMovedElements="true"
>
<Param name="ref_inhoud" sessionKey="ref_inhoud" />
<Forward name="success" path="EXIT" />
</EchoPipe>
</ReplacerPipe>

<!-- ERRORS -->
<XsltPipe
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,17 +254,17 @@
<ReplacerPipe
name="ReplaceBase64EncodedRefWithInhoudRef"
find="e3Nlc3Npb25LZXk6cmVmX2luaG91ZH0="
replace="{sessionKey:ref_inhoud}"
replace="?{ref_inhoud}"
>
<Forward name="success" path="SubstituteDocumentDataRef" />
</ReplacerPipe>

<EchoPipe
<ReplacerPipe
name="SubstituteDocumentDataRef"
restoreMovedElements="true"
>
<Param name="ref_inhoud" sessionKey="ref_inhoud" />
<Forward name="success" path="EXIT" />
</EchoPipe>
</ReplacerPipe>

<SoapWrapperPipe
name="WrapCheckOutZaakDocument_Di02Response"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,17 @@
<ReplacerPipe
name="ReplaceBase64EncodedRefWithInhoudRef"
find="e3Nlc3Npb25LZXk6cmVmX2luaG91ZH0="
replace="{sessionKey:ref_inhoud}"
replace="?{ref_inhoud}"
>
<Forward name="success" path="SubstituteDocumentDataRef" />
</ReplacerPipe>

<EchoPipe name="SubstituteDocumentDataRef" restoreMovedElements="true">
<Forward name="success" path="PostZgwEnkelvoudigInformatieObjectSender"/>
</EchoPipe>
<ReplacerPipe
name="SubstituteDocumentDataRef"
>
<Param name="ref_inhoud" sessionKey="ref_inhoud" />
<Forward name="success" path="PostZgwEnkelvoudigInformatieObjectSender" />
</ReplacerPipe>

<SenderPipe name="PostZgwEnkelvoudigInformatieObjectSender">
<HttpSender name="PostZgwEnkelvoudigInformatieObjectHttpSender"
Expand Down

0 comments on commit f0afe9d

Please sign in to comment.