EDI Integrator V9 - Online Help
Available for:
EDI Integrator V9
Questions / Feedback?

CompressionFormat Property

The compression format (if any) to use.

Syntax

[VB.NET]
Public Property CompressionFormat As As4clientCompressionFormats

[C#]
public As4clientCompressionFormats CompressionFormat {get; set;}

enum As4clientCompressionFormats { ebcfNone, ebcfGZIP }

Remarks

This setting specifies the compression format to be applied to the parts specified by EDIData. When Profile is set to Standard the default value is 0 (ebcfNone). When Profile is set to ENTSOG or e-SENS the default value is 1 (ebcfGZIP).

Possible values are:

  • 0 (ebcfNone - default for Standard)
  • 1 (ebcfGZIP - default for ENTSOG and e-SENS)

Note: When Profile is set to Standard the first EDIData part will be included in the SOAP body if the EDIType is "text/xml" or "application/xml". In that case since the data is included in the SOAP body it will not be compressed. When Profile is set to ENTSOG all EDIData parts are compressed.

Default Value

0

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0