<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Calling A Web Service From SQL Server 2005</title>
	<atom:link href="http://blog.hoegaerden.be/2008/11/11/calling-a-web-service-from-sql-server-2005/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hoegaerden.be/2008/11/11/calling-a-web-service-from-sql-server-2005/</link>
	<description>SQL Server, BI, .NET, IT and anything else I have been playing with.</description>
	<lastBuildDate>Tue, 07 Sep 2010 18:28:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Terry</title>
		<link>http://blog.hoegaerden.be/2008/11/11/calling-a-web-service-from-sql-server-2005/comment-page-1/#comment-2890</link>
		<dc:creator>Terry</dc:creator>
		<pubDate>Fri, 03 Sep 2010 13:51:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoegaerden.be/2008/11/11/calling-a-web-service-from-sql-server-2005/#comment-2890</guid>
		<description>Excellent example, thanks.</description>
		<content:encoded><![CDATA[<p>Excellent example, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dynamics nav udvikler - FusionDynamics</title>
		<link>http://blog.hoegaerden.be/2008/11/11/calling-a-web-service-from-sql-server-2005/comment-page-1/#comment-2785</link>
		<dc:creator>dynamics nav udvikler - FusionDynamics</dc:creator>
		<pubDate>Wed, 18 Aug 2010 09:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoegaerden.be/2008/11/11/calling-a-web-service-from-sql-server-2005/#comment-2785</guid>
		<description>Great information on Webservices!
Especially when dealing with Dynamics NAV / Navision
Thanks a lot

Søren Alexandersen
Dynamics NAV Udvikler</description>
		<content:encoded><![CDATA[<p>Great information on Webservices!<br />
Especially when dealing with Dynamics NAV / Navision<br />
Thanks a lot</p>
<p>Søren Alexandersen<br />
Dynamics NAV Udvikler</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Consumiendo un Web Service desde SQL Server 2005 &#171; Bullnet</title>
		<link>http://blog.hoegaerden.be/2008/11/11/calling-a-web-service-from-sql-server-2005/comment-page-1/#comment-2775</link>
		<dc:creator>Consumiendo un Web Service desde SQL Server 2005 &#171; Bullnet</dc:creator>
		<pubDate>Fri, 06 Aug 2010 20:42:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoegaerden.be/2008/11/11/calling-a-web-service-from-sql-server-2005/#comment-2775</guid>
		<description>[...] http://blog.hoegaerden.be/2008/11/11/calling-a-web-service-from-sql-server-2005/  Etiquetado con: SQL CLR, SQL Server, Webservices Deja un comentario     Comentarios (0) Trackbacks [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://blog.hoegaerden.be/2008/11/11/calling-a-web-service-from-sql-server-2005/">http://blog.hoegaerden.be/2008/11/11/calling-a-web-service-from-sql-server-2005/</a>  Etiquetado con: SQL CLR, SQL Server, Webservices Deja un comentario     Comentarios (0) Trackbacks [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://blog.hoegaerden.be/2008/11/11/calling-a-web-service-from-sql-server-2005/comment-page-1/#comment-2294</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 31 Mar 2010 20:43:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoegaerden.be/2008/11/11/calling-a-web-service-from-sql-server-2005/#comment-2294</guid>
		<description>Just found the solution to my problem here, if anyone is interested:

http://social.msdn.microsoft.com/Forums/en/sqlnetfx/thread/67ff9c46-374e-4932-932f-3d92b2222106</description>
		<content:encoded><![CDATA[<p>Just found the solution to my problem here, if anyone is interested:</p>
<p><a href="http://social.msdn.microsoft.com/Forums/en/sqlnetfx/thread/67ff9c46-374e-4932-932f-3d92b2222106">http://social.msdn.microsoft.com/Forums/en/sqlnetfx/thread/67ff9c46-374e-4932-932f-3d92b2222106</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://blog.hoegaerden.be/2008/11/11/calling-a-web-service-from-sql-server-2005/comment-page-1/#comment-2293</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 31 Mar 2010 20:30:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoegaerden.be/2008/11/11/calling-a-web-service-from-sql-server-2005/#comment-2293</guid>
		<description>I am running into the same error as Bobalue - in my case I am creating a UDF instead of an SP, but otherwise I am following the example.  Bobalue - did you ever resolve your issue?  Does anyone else have any suggestions? 

Is there a way to see what objects are being recognized in the registered assembly?

Thanks, Dan</description>
		<content:encoded><![CDATA[<p>I am running into the same error as Bobalue &#8211; in my case I am creating a UDF instead of an SP, but otherwise I am following the example.  Bobalue &#8211; did you ever resolve your issue?  Does anyone else have any suggestions? </p>
<p>Is there a way to see what objects are being recognized in the registered assembly?</p>
<p>Thanks, Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Irene</title>
		<link>http://blog.hoegaerden.be/2008/11/11/calling-a-web-service-from-sql-server-2005/comment-page-1/#comment-2273</link>
		<dc:creator>Irene</dc:creator>
		<pubDate>Thu, 25 Mar 2010 06:25:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoegaerden.be/2008/11/11/calling-a-web-service-from-sql-server-2005/#comment-2273</guid>
		<description>Thanks for a great example! :-)</description>
		<content:encoded><![CDATA[<p>Thanks for a great example! <img src='http://blog.hoegaerden.be/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valentino Vranken</title>
		<link>http://blog.hoegaerden.be/2008/11/11/calling-a-web-service-from-sql-server-2005/comment-page-1/#comment-2233</link>
		<dc:creator>Valentino Vranken</dc:creator>
		<pubDate>Mon, 08 Mar 2010 19:37:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoegaerden.be/2008/11/11/calling-a-web-service-from-sql-server-2005/#comment-2233</guid>
		<description>Thanks for adding your observation Marcus, I appreciate that!  And it indeed makes sense :-)

Regards,
Valentino.</description>
		<content:encoded><![CDATA[<p>Thanks for adding your observation Marcus, I appreciate that!  And it indeed makes sense <img src='http://blog.hoegaerden.be/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Regards,<br />
Valentino.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus</title>
		<link>http://blog.hoegaerden.be/2008/11/11/calling-a-web-service-from-sql-server-2005/comment-page-1/#comment-2231</link>
		<dc:creator>Marcus</dc:creator>
		<pubDate>Mon, 08 Mar 2010 15:52:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoegaerden.be/2008/11/11/calling-a-web-service-from-sql-server-2005/#comment-2231</guid>
		<description>Hi,
Just a slight amendment.. the MyStoredProcedures.XmlSerializers.dll can be added with the SAFE permisson rather than EXTERNAL_ACCESS, as the elevated access is only required for the dll that&#039;s calling outside the SQL CLR sandbox.

Regards
Marcus</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Just a slight amendment.. the MyStoredProcedures.XmlSerializers.dll can be added with the SAFE permisson rather than EXTERNAL_ACCESS, as the elevated access is only required for the dll that&#8217;s calling outside the SQL CLR sandbox.</p>
<p>Regards<br />
Marcus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://blog.hoegaerden.be/2008/11/11/calling-a-web-service-from-sql-server-2005/comment-page-1/#comment-2177</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Mon, 22 Feb 2010 21:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoegaerden.be/2008/11/11/calling-a-web-service-from-sql-server-2005/#comment-2177</guid>
		<description>I am trying to post some question not letting me!</description>
		<content:encoded><![CDATA[<p>I am trying to post some question not letting me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://blog.hoegaerden.be/2008/11/11/calling-a-web-service-from-sql-server-2005/comment-page-1/#comment-2173</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Mon, 22 Feb 2010 21:01:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoegaerden.be/2008/11/11/calling-a-web-service-from-sql-server-2005/#comment-2173</guid>
		<description>great post</description>
		<content:encoded><![CDATA[<p>great post</p>
]]></content:encoded>
	</item>
</channel>
</rss>
