Biztalk Helper Class Question:
Download Questions PDF

Explain me 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 documentswould not qualify as well-formed XML.

Download Biztalk Helper Class Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me is helper class deployed like BizTalk application?Tell me what is Dehydration?