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.
Now you received an order message which is transferred by HTTP adapter. The XML segment below shows the content of the message. On the third Item node, the process fails, it happens when the receive pipeline tries to split the item nodes into separate messages. The order is rolled back and marked as Suspended. You must make sure that invalid Item nodes are placed in the Suspended queue and valid Item nodes are processed. So what should you do to ensure this?
A.
In the receive pipelines XML Disassembler, you should enable recoverable interchange processing.
B.
In the receive pipelines XML Disassembler, you should enable the Validate document structure property.
C.
In the receive pipelines Flat File Disassembler, you should enable the Validate document structure property.
D.
In the receive pipelines Flat File Disassembler, you should enable recoverable interchange processing.
Explanation:
BURGOS: mnemo: “HTTP adapter … nodes” = “XML … recoverable interchange processing”