BizTalk Orchestration to receive multiple messages from XMLReceive pipeline from two-way send port?
问题 I have an orchestration with a two-way send port to retreive one or many items from a database. I use WCF-SQL adapter, and successfully managed to debatch incoming result into separate StoredProcedureResultSet0 messages. However, orchestration only processes one message and ends. Is there a way for the receiving orchestration to loop over returned messages before ending? Error message I receive now for the unprocessed messages: The instance completed without consuming all of its messages. The