Biztalk Pipeline Question:
Download Questions PDF

Tell us can an envelope schema consist of more than one schema type?

Answer:

Yes. XML envelopes serve two purposes within XML instance messages sent and received by Microsoft BizTalk Server:

XML envelopes can contain data that supplements the data within the XMLdocuments. This data can be promoted into the message context by the XML disassembler to provide easier access from a variety of BizTalk Server components. For outbound XML instance messages, the XML assembler can demote values from the message context into an envelope for inclusion in the instance message transmission.
XML envelopes can be used to combine multiple XML documents into a single, valid XML instance message. Without an envelope to wrap multiple documents within a single root tag, an XML instance message containing multiple documents would not qualify as well-formed XML.

Download Biztalk Pipeline Interview Questions And Answers PDF

Previous QuestionNext Question
As you know custom Component is not visible in Toolbox, even after adding the assembly to GAC?Do you know what interfaces are used in developing a custom Probing component?