Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

There are several ways to receive and unzip a zip file in BizTalk Server 2016:

  1. Using the Zip Adapter: The zip adapter is a third-party adapter that can be used to receive and process zip files in BizTalk Server. This adapter can handle zip files containing multiple files, and can extract the contents of the zip file to disk or memory for further processing.

  2. Using a Custom Pipeline Component: A custom pipeline component can be developed to receive and unzip a zip file in BizTalk Server. This component can be added to a receive pipeline to extract the contents of the zip file and pass it on for further processing.

  3. Using a Scripting Tool: A scripting tool like PowerShell can be used to receive and unzip a zip file in BizTalk Server. This involves writing a script that can receive the zip file from a source location, extract the contents of the zip file and move the extracted files to a destination location.

Overall, the approach chosen depends on the specific requirements of the integration scenario and the existing infrastructure and skill set of the BizTalk Server development team.