Chapter 9. HTTP SOAP Endpoints

I've covered a wide variety of SQL Server–based XML tools so far, including the xml data type, XML Schema, XQuery, and Extensible Stylesheet Language Transformations (XSLT). In addition to all this XML functionality, SQL Server also provides support for XML-based Simple Object Access Protocol (SOAP) endpoints over Hypertext Transfer Protocol (HTTP). SOAP provides the ability to serialize objects using XML, and HTTP provides the communication protocol to send and receive SOAP-based objects. In a nutshell, this means that you can use a SQL Server instance directly as a web service server. SQL Server provides built-in support for exposing stored procedures and user-defined functions as web service methods using SOAP. ...

Get Pro SQL Server 2008 XML now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.