Ask Your Question
0

How can a zip file be received and unzipped in BizTalk Server 2016?

asked 2022-06-13 11:00:00 +0000

djk gravatar image

updated 2023-04-07 22:51:33 +0000

qstack gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-06-19 19:00:00 +0000

ladyg gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-06-13 11:00:00 +0000

Seen: 26 times

Last updated: Jun 19 '22