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 Revision 23. Comment: Fixed typo and added resource link
Steef-Jan Wiggers edited Revision 20. Comment: Added picture
Steef-Jan Wiggers edited Revision 19. Comment: Added text
Steef-Jan Wiggers edited Revision 18. Comment: Added image
Steef-Jan Wiggers edited Revision 17. Comment: Added text
Steef-Jan Wiggers edited Revision 16. Comment: Formatting image
Steef-Jan Wiggers edited Revision 15. Comment: Added text and images
Steef-Jan Wiggers edited Revision 14. Comment: Added topic and text
Steef-Jan Wiggers edited Revision 13. Comment: Added text
Steef-Jan Wiggers edited Revision 12. Comment: Added text
Steef-Jan Wiggers edited Revision 60. Comment: Formatting
Steef-Jan Wiggers edited Revision 61. Comment: Formatting
Steef-Jan Wiggers edited Revision 62. Comment: Added text to image
Steef-Jan Wiggers edited Revision 63. Comment: Added text to images
Steef-Jan Wiggers edited Revision 64. Comment: Added text to images
Steef-Jan Wiggers edited Revision 65. Comment: Added text to images
Steef-Jan Wiggers edited Revision 66. Comment: Added text to image
Maheshkumar S Tiwari edited Revision 68. Comment: Minor formatting around See also