Using a Web Service as a Data Source
[ Team LiB ] Recipe 2.5 Using a Web Service as a Data Source Problem You want to use a web service as the data source for a client application. Solution Create a web service that returns a DataSet to a client, and then invoke the web service from the client to retrieve the DataSet.