Implementing Custom WSDL Support
The following topics show you how to create a custom WSDL generator stored procedure for use with SQL Server 2005. The stored procedure can be written in Transact-SQL or in any programming language that is supported by the Microsoft .NET Framework, such as Microsoft Visual C# or Microsoft Visual Basic .NET. Before deploying the common language runtime (CLR) assembly to the server, it must be compiled with the same version of the .NET Framework that is installed with the instance of SQL Server 2005.
- Building the Custom WSDL Application
- Using the Custom WSDL Application
- C# Code Listing for the Custom WSDL Application
See Also
Concepts
Using WSDL
Best Practices for Using Native XML Web Services