Figure 1. Add new adapter in Platform Settings Adapters.
Figure 2. Specifying name and adapter.
Figure 3. Add Generated Items - Consume Adapter Service template (click to enlarge).
Figure 4. Consume Adapter choose Binding and configure URI (click to enlarge).
Figure 5. Select contract type and category (click to enlarge).
Figure 6. Choose SQL Object: Table Employee (click to enlarge).
Figure 7. Select operations (click to enlarge).
Figure 8. TableOperations BizTalk Project View.
The next step is to generate messages from generated schemas, which can be routed from Receive location in Receive Port to a send port with WCF-SQL Adapter (messaging based solution) or an orchestration (orchestration based solution). Generating the first message is easy, as you can right click on for instance TableOperation.dbo.Employee.xsd (see screenshot above) and select Generate Instance and an instance of top element is created (i.e. delete).
Figure 9. Schema Table Operation.
Figure 10. Schema Instance Delete Message.
Only schemas are required for a messaging only scenario with WCF-SQL Adapter. Therefore after assigning a strong name to your project(s) and an application name to it can be build and deployed to the BizTalk runtime. In the administration console you can further configure the application and start it.
Figure 11. BizTalk Operations Message Solution Overview (click to enlarge).
Another important place to find a huge amount of BizTalk related articles is the TechNet Wiki itself. The best entry point is BizTalk Server Resources on the TechNet Wiki.
Steef-Jan Wiggers edited Original. Comment: Added topic and text "Adapter Metadata Wizard"
Steef-Jan Wiggers edited Revision 1. Comment: Added See Also topic, resource links and text
Steef-Jan Wiggers edited Revision 2. Comment: Added text and topic
Steef-Jan Wiggers edited Revision 3. Comment: Added text, table
Steef-Jan Wiggers edited Revision 4. Comment: Added text in table
Steef-Jan Wiggers edited Revision 5. Comment: Added text
Steef-Jan Wiggers edited Revision 6. Comment: Added topic and text
Steef-Jan Wiggers edited Revision 7. Comment: Adderd text
Steef-Jan Wiggers edited Revision 8. Comment: Added text and image
Steef-Jan Wiggers edited Revision 9. Comment: Added text
Steef-Jan Wiggers edited Revision 10. Comment: Added text and images
Sandro Pereira edited Revision 11. Comment: Fixing picture format to center