Zip Pipeline Component
Properties Configuration Settings
The Zip pipeline component implements a PKZip-compatible Zip compressor and decompressor.
Remarks
The Zip pipeline component is used when generating BizTalk Pipelines for sending and receiving messages which are desired to be zipped or unzipped. The pipeline component uses the Deflate algorithm specified in RFC 1951 for compression, and produces and reads output compatible with PKZip, WinZip, etc.
Zip Assembler Pipeline Component
The Assembler takes a group of messages as input which contains raw data, and generates a Zip archive message as output.
Compression strength is regulated by the CompressionLevel property. You may also control encryption behavior by setting the Password and EncryptionAlgorithm properties on this pipeline component.
Zip Disassembler Pipeline Component
The Disassembler takes a zipped message as input, and generates a group of unzipped messages as output.
The Password property must be set in order to extract messages which have been encrypted. You may also use the ExcludedFiles property to regulate which messages are to be extracted from the archive.
Please refer to the section on adapter configuration for a description of how to configure receive locations and send ports for this adapter.
Assembler Property List
The following is the full list of the properties of the assembler pipeline component with short descriptions. Click on the links for further details.
ArchiveFileName | The name of the zip archive. |
CompressionLevel | The compression level to use. |
EncryptionAlgorithm | The algorithm used to encrypt a message when written to the archive. |
ExcludedFiles | A list of messages to exclude. |
FileModifiedTime | The modified time of the compressed file. |
Other | Defines a set of configuration settings to be used by the pipeline component. |
Password | A password for the zip message. |
RuntimeLicense | Specifies the adapter runtime license key. |
TempPath | A temporary directory where uncompressed and compressed data can be stored. |
TransportLog | Tells the adapter where and how to report information about its operations. |
ZipComment | The comment for the entire zip message. |
Disassembler Property List
The following is the full list of the properties of the disassembler pipeline component with short descriptions. Click on the links for further details.
ExcludedFiles | A list of messages to exclude. |
Other | Defines a set of configuration settings to be used by the pipeline component. |
Password | A password for the zip message. |
RuntimeLicense | Specifies the adapter runtime license key. |
TempPath | A temporary directory where uncompressed and compressed data can be stored. |
TransportLog | Tells the adapter where and how to report information about its operations. |
Configuration Settings
The following is a list of configuration settings for the pipeline component with short descriptions. Click on the links for further details.
Append | Specifies whether to append files. |
ArchiveFile | The location of the archive file on disk. |
CompressionMethod | Used to set the method of compression. |
PlainPassword | Allows you to specify a password stored in plaintext. |
SSOPassword | Specifies the key name in the SSO configuration that holds the password value. |