SQL Server 2005/2008/2008R2: HTTP endpoints Author: Basit A. Farooq You can expose functionality as a Web service to allow applications to execute stored procedures, batch files, and scalar-valued functions using a Simple Object Access Protocol (SOAP) request. SOAP is a standard that calls methods on objects using XML and HTTP. Important Note: HTTP Endpoints feature has been deprecate in SQL…