Microsoft Exam Questions

At the earliest stage in the receive pipeline, what should you do to validate the messages against t

You work in an international company which is named TXTWIN. And you’re in charge of the company network and use Microsoft BizTalk Server 2006 R2.
The PassThru receive pipeline is used by a receive port. Inbound SOAP messages are not being validated against schemas. At the earliest stage in the receive pipeline, what should you do to validate the messages against the envelope and body schemas?

A.
First, you should configure the receive port and make it use the default XML receive pipeline.
Second, the EnvelopeSpecNames property of the pipeline should be set to the envelope schema.

B.
First, you should create a custom receive pipeline and add an XML validator in the Validate phase.
Then configure the receive port and make it use the custom receive pipeline.
Before you perform this, the Document schemas collection should be set to the envelope and body schemas.

C.
First, you should create a custom receive pipeline and add an XML disassembler in the Disassemble phase.
And then configure the receive port and make it use the custom receive pipeline.
Before you perform this, you should set the envelope and body schemas and the Validate document structure property should be set to True.

D.
First, you should create a custom receive pipeline and add a flat file disassembler in the Disassemble phase.
And then configure the receive port and make it use the custom receive pipeline.
Before you perform this, the Validate document structure property should be set to True and you should set the envelope and body schemas.

Explanation:
BURGOS: mnemo: “PassThru … validate SOAP messages” = “XML disassembler”