/n software Adapters for BizTalk
/n software Adapters for BizTalk
Questions / Feedback?

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 for compressing and decompressing messages. 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.

ArchiveFileNameThe name of the zip archive.
CompressionLevelThe compression level to use.
EncryptionAlgorithmThe algorithm used to encrypt a message when written to the archive.
ExcludedFilesA list of messages to exclude.
FileModifiedTimeThe modified time of the compressed file.
OtherDefines a set of configuration settings to be used by the pipeline component.
PasswordA password for the zip message.
TempPathA temporary directory where uncompressed and compressed data can be stored.
TransportLogTells the adapter where and how to report information about its operations.
ZipCommentThe 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.

ExcludedFilesA list of messages to exclude.
FileMaskSpecifies which files the adapter should include when extracting.
OtherDefines a set of configuration settings to be used by the pipeline component.
PasswordA password for the zip message.
TempPathA temporary directory where uncompressed and compressed data can be stored.
TransportLogTells 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.

AppendSpecifies whether to append files.
ArchiveFileThe location of the archive file on disk.
CompressionMethodUsed to set the method of compression.
PlainPasswordAllows you to specify a password stored in plaintext.
SSOPasswordSpecifies the key name in the SSO configuration that holds the password value.
PipelineOptionsOptions defining the validation and protection functionality of the pipeline component.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
/n software Adapters for BizTalk - Version 16.0 [Build 7355]