Summary:
In Part 2 we have three distinct goals: 1. Create a database to store our tasks and provide stored procedures to retrieve them. 2.Export our tasks as XML so they can be used by outside applications (such as our TaskChecker application). 3. Provide a new method in our Web Service that will allow us to mark our tasks as Received |