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