<?xml version="1.0" encoding="UTF-8"?><item><title>SQL Server 2005 Native Web Services</title><description>&lt;P&gt;Now that's slick - SQL Server 2005 supports web services natively.&amp;nbsp; There's an &lt;A href="http://msdn.microsoft.com/sql/default.aspx?pull=/library/en-us/dnsql90/html/soapscenarios.asp"&gt;article on MSDN about it&lt;/A&gt;.&amp;nbsp; And they probably got most of it for free thanks to hosting the CLR.&lt;/P&gt;&#13;
&lt;P&gt;I've written a number of web services (probably most of the ones I've worked on actually) that basically come down to stored procedure calls.&amp;nbsp; Retrieving data, storing data, updating data.&amp;nbsp; &lt;/P&gt;&#13;
&lt;P&gt;Being able to do this with one less component is a very good idea.&lt;/P&gt;&#13;
&lt;P&gt;I don't agree with their decision to only support either encrypted or securely authenticated connections.&amp;nbsp; It just means that if I really want an anonymous connection (and there are certainly good reasons to), I have to write&amp;nbsp;my own web service to wrap it, or create an account and give out the credentials as part of my API documentation.&amp;nbsp; The decision of whether or not to require more security should be in the hands of the administrator.&lt;/P&gt;&#13;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description><pubDate>Thu, 01 Sep 2005 19:17:09 GMT</pubDate></item>