<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Calling WCF services from a Silverlight 2 app.</title><link>http://msmvps.com/blogs/theproblemsolver/archive/2008/08/26/calling-wcf-services-from-a-silverlight-2-app.aspx</link><description>As far as I am concerned Silverlight 2 is pretty cool and should have been developed years ago . Well guess that isn&amp;#39;t the case but it is here now. One thing I like about Silverlight is how easy it is to call a web service. I guess that is a must</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>http://habr.ru</title><link>http://msmvps.com/blogs/theproblemsolver/archive/2008/08/26/calling-wcf-services-from-a-silverlight-2-app.aspx#1678605</link><pubDate>Tue, 17 Mar 2009 09:34:43 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1678605</guid><dc:creator>hello</dc:creator><description>&lt;p&gt;makaka&amp;#39;s world &lt;/p&gt;
&lt;p&gt;[url=&lt;a rel="nofollow" target="_new" href="http://habr.ru"&gt;http://habr.ru&lt;/a&gt;]&lt;a rel="nofollow" target="_new" href="http://habr.ru"&gt;http://habr.ru&lt;/a&gt;[/url]&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1678605" width="1" height="1"&gt;</description></item><item><title>http://search.live.com</title><link>http://msmvps.com/blogs/theproblemsolver/archive/2008/08/26/calling-wcf-services-from-a-silverlight-2-app.aspx#1673044</link><pubDate>Sat, 21 Feb 2009 01:59:45 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1673044</guid><dc:creator>Google</dc:creator><description>&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://search.live.com"&gt;http://search.live.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you do not wish to receive similar messages please inform us on it by mail &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ban.site[dog]gmail.com&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1673044" width="1" height="1"&gt;</description></item><item><title>New and Notable 271</title><link>http://msmvps.com/blogs/theproblemsolver/archive/2008/08/26/calling-wcf-services-from-a-silverlight-2-app.aspx#1655567</link><pubDate>Tue, 02 Dec 2008 19:38:21 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1655567</guid><dc:creator>Sam Gentile's Blog</dc:creator><description>&lt;p&gt;And that&amp;#39;s it, summer is over. ASP.NET MVC ScottGu returns with ASP.NET MVC Preview 5 and Form Posting Scenarios Jeff Palermo has published another excerpt from his upcoming ASP.NET MVC in Action book, this time the Basics of MVC Routes LINQ K. Scott&lt;/p&gt;
&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1655567" width="1" height="1"&gt;</description></item><item><title>re: Calling WCF services from a Silverlight 2 app.</title><link>http://msmvps.com/blogs/theproblemsolver/archive/2008/08/26/calling-wcf-services-from-a-silverlight-2-app.aspx#1651425</link><pubDate>Mon, 20 Oct 2008 20:33:30 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1651425</guid><dc:creator>Maurice</dc:creator><description>&lt;p&gt;If you have some sort of web service running on the Linux server you can call into that should be no problem. I don&amp;#39;t know if MySql has something like data services out of the box though.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1651425" width="1" height="1"&gt;</description></item><item><title>re: Calling WCF services from a Silverlight 2 app.</title><link>http://msmvps.com/blogs/theproblemsolver/archive/2008/08/26/calling-wcf-services-from-a-silverlight-2-app.aspx#1651422</link><pubDate>Mon, 20 Oct 2008 19:17:52 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1651422</guid><dc:creator>Donavan </dc:creator><description>&lt;p&gt;Is it possible to call a mysql db hosted on a unix/linux server using a wcf service from a silverlight site hosted on a windows server?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1651422" width="1" height="1"&gt;</description></item><item><title>re: Calling WCF services from a Silverlight 2 app.</title><link>http://msmvps.com/blogs/theproblemsolver/archive/2008/08/26/calling-wcf-services-from-a-silverlight-2-app.aspx#1646110</link><pubDate>Thu, 28 Aug 2008 17:22:50 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1646110</guid><dc:creator>Maurice</dc:creator><description>&lt;p&gt;Hi Nikolaj,&lt;/p&gt;
&lt;p&gt;Not sure I understand the question. just because calls are async doesn&amp;#39;t mean you cannot pass parameters to a service call. And creating the proxy is local to the Silverlight client so no problems there either.&lt;/p&gt;
&lt;p&gt;Maurice&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1646110" width="1" height="1"&gt;</description></item><item><title>re: Calling WCF services from a Silverlight 2 app.</title><link>http://msmvps.com/blogs/theproblemsolver/archive/2008/08/26/calling-wcf-services-from-a-silverlight-2-app.aspx#1645993</link><pubDate>Wed, 27 Aug 2008 16:02:50 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1645993</guid><dc:creator>Nikolaj Ravn</dc:creator><description>&lt;p&gt;Another issue to your fine solution is that what if you need to pass an argument from a Silverlight app to the service - as the proxy made for Silverlight only supports async calls.&lt;/p&gt;
&lt;p&gt;I guess I just missed a very simple point here - but could you point out which?&lt;/p&gt;
&lt;p&gt;Cheers, Nikolaj&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1645993" width="1" height="1"&gt;</description></item></channel></rss>