This document describes how to create a web service to insert data into a database and then create an InfoPath form to interface with that web service. It involves: 1) Creating a C# web service project with a method to insert student records into a SQL database 2) Publishing the web service and testing it works 3) Creating a new InfoPath form and adding controls 4) Configuring the form submission to call the web service method and map the form fields 5) Publishing the form so it can insert records by calling the web service.