In this step, we implement the server side of the application. It consists of a Web service with two methods:
- GetData gets the data from the Northwind database and returns it to the client.
- UpdateData saves the changes made by the client back into the database.
See Also