
How can a SQLXML Web Service-returned .NET Framework DataSet be consumed in ASP.NET? Microsoft® SQLXML is an ISAPI extension for Microsoft Internet Information Services (IIS) which maps HTTP requests for XML data to SQL Server™ 2000 (see http://msdn.microsoft.com/sqlxml). With SQLXML 3.0, stored procedures can be exposed as .NET Framework DataSets returning XML-based Web Services. To do so, you'll want to bind these DataSets in an ASP.NET Web form. Here you'll learn how to use the SQLXML user interface to expose a stored procedure as a Web Service, add a Web reference in Visual Studio® .NET to the Web Service,
|