Consider the following scenario:
- In Microsoft BizTalk Server 2006, an orchestration uses a two-way HTTP adapter.
- The orchestration also uses a two-way SQL adapter.
- The orchestration contains a scope that has an exception handler.
- An HTTP request message is sent to the HTTP receive port.
- The HTTP adapter sends the request message to an instance of Microsoft SQL Server through the SQL adapter.
- The instance of SQL Server returns an error.
- The error that SQL Server returns causes an exception in BizTalk Server.