-
Notifications
You must be signed in to change notification settings - Fork 81
ZipWriterSender
BonnoSmeele edited this page Oct 14, 2024
·
1 revision
<ZipIteratorPipe
name="ZipRead"
getInputFromSessionKey="zipdata"
streamingContents="false"
charset="ISO-8859-1"
contentsSessionKey="nestedZipData">
<ZipWriterSender className="org.frankframework.compression."
collectionName="zipwriter2"
backwardsCompatibility="true">
<Param name="filename" xpathExpression="/filename" />
<Param name="contents" xpathExpression="/contents"/>
</ZipWriterSender>
<forward name="success" path="close nested zip"/>
</ZipIteratorPipe>