Quiz
1: | What must a class inherit for it to be considered a Web service? |
A1:
| The class must inherit System.Web.Services.WebService. |
2: | To make a method available to the outside world, I must add the _______________ attribute to my methods. |
A2:
| Webmethod |
3: | An XML Web service can be consumed as a ___________ or an ______ file natively by a .NET application. |
A3:
| DataSet, XML |
|