Biztalk Adapter Question: Download Biztalk Adapter PDF

Explain me how to route binary data?

Tweet Share WhatsApp

Answer:

To route binary data you can use pass-through pipelines on the receive location and send port. BizTalk will route (copy) the data from the source (receive location) to the destination (send port). If you want to route the binary data based on some information in the binary data then you write a custom Disassembler to promote the properties you need from the incoming message to route the binary data.

Download Biztalk Adapter PDF Read All 66 Biztalk Adapter Questions
Previous QuestionNext Question
Tell us what are Host and Host Instance? Did you deploy BizTalk more than one machine?Explain me which Interfaces do you need to implement in a disassembling custom pipeline component?