Building a SQLXML Web Service Application " Chapter 7 311 3. Select showEmployees.The method name will remain the same as the stored procedure.We suggest that you leave this alone; it will be less con- fusing when you access this method in the client application.You will also want to be sure that your Output option has the Single Dataset radio button selected and ensure that what is returned is a single Dataset, as shown in Figure 7.14. If you need an array of Datasets or XML objects you could choose the other options (XML Objects or Dataset Objects), but for this sample application we will use the Single Datasets Output exclusively. 4. Continue to do this for the rest of the stored procedures in the database. www.syngress.com Figure 7.12 Method Mapping