Each web service begins as a stateless class with one or more methods that the remote clients call to invoke your code.
BookService is designed to allow remote clients to retrieve information about books provided by the store. The class provides GetBooks() method that returns a DataSet with the full set of books information. It …