<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://code.msdn.microsoft.com/rss.xsl"?><rss version="2.0"><channel><title>Silverlight Web Services Samples</title><link>http://code.msdn.microsoft.com/silverlightws/Project/ProjectRss.aspx</link><description>These code samples demonstrate Silverlight support for Web Services &amp;#40;SOAP, REST, POX, JSON&amp;#41; and Syndication &amp;#40;RSS, Atom&amp;#41;.</description><item><title>NEW POST: Mix09 Samples</title><link>http://code.msdn.microsoft.com/silverlightws/Thread/View.aspx?ThreadId=1586</link><description>&lt;div class="wikidoc"&gt;
Can you please post Mix09 samples?&lt;br /&gt; &lt;br /&gt;Thanks&lt;br /&gt;Corrado&lt;br /&gt;
&lt;/div&gt;</description><author>corcav</author><pubDate>Thu, 16 Apr 2009 05:04:47 GMT</pubDate><guid isPermaLink="false">NEW POST: Mix09 Samples 20090416A</guid></item><item><title>CREATED RELEASE: SL 3 Beta (MIX09) Samples (Mar 18, 2009)</title><link>http://code.msdn.microsoft.com/silverlightws/Release/ProjectReleases.aspx?ReleaseId=2508</link><description>This page will contain samples for the &amp;#42;Silverlight 3 Beta&amp;#42; release, announced at MIX09</description><author></author><pubDate>Thu, 09 Apr 2009 19:53:25 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: SL 3 Beta (MIX09) Samples (Mar 18, 2009) 20090409P</guid></item><item><title>UPDATED RELEASE: SL 3 Beta (MIX 09) Samples</title><link>http://code.msdn.microsoft.com/silverlightws/Release/ProjectReleases.aspx?ReleaseId=2401</link><description>The following Silverlight Web Services samples are availabe with the SL 2 RTW release&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#33;&amp;#33; SOAP Services&lt;br /&gt;Not updated yet&lt;br /&gt;&lt;br /&gt;&amp;#33;&amp;#33; Duplex Services&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Advanced&amp;#41;&amp;#42; Duplex Chat&amp;#58; &amp;#91;url&amp;#58;View source&amp;#124;http&amp;#58;&amp;#47;&amp;#47;code.msdn.microsoft.com&amp;#47;Project&amp;#47;Download&amp;#47;FileDownload.aspx&amp;#63;ProjectName&amp;#61;silverlightws&amp;#38;DownloadId&amp;#61;5150&amp;#93;. This sample implements a duplex messaging server showing both &amp;#34;chat&amp;#34; and &amp;#34;notification&amp;#34; scenarios. &amp;#42;Updated in SL3&amp;#33;&amp;#42;&lt;br /&gt;&lt;br /&gt;&amp;#33;&amp;#33; HTTP Services with POX&amp;#47;JSON&amp;#47;Syndication&lt;br /&gt;Not updated yet</description><author></author><pubDate>Fri, 20 Mar 2009 02:54:37 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: SL 3 Beta (MIX 09) Samples 20090320A</guid></item><item><title>UPDATED RELEASE: SL 3 Beta (MIX 09) Samples</title><link>http://code.msdn.microsoft.com/silverlightws/Release/ProjectReleases.aspx?ReleaseId=2401</link><description>The following Silverlight Web Services samples are availabe with the SL 2 RTW release&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#33;&amp;#33; SOAP Services&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Basic&amp;#41;&amp;#42; Spell Checker&amp;#58; &amp;#91;url&amp;#58;View it&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;spellchecker&amp;#47;run&amp;#47;default.html&amp;#93; &amp;#124; &amp;#91;url&amp;#58;Download source&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;spellchecker&amp;#47;source&amp;#47;source.zip&amp;#93;. Demonstartes how to consume a WCF backend service to build an AJAX-style spell checker.&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Basic&amp;#41;&amp;#42; Weather Widget&amp;#58; &amp;#91;url&amp;#58;View it&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;weatherwidget&amp;#47;run&amp;#47;default.html&amp;#93; &amp;#124; &amp;#91;url&amp;#58;Download source&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;weatherwidget&amp;#47;source&amp;#47;source.zip&amp;#93;. Demonstrates how to consume a public SOAP service &amp;#91;url&amp;#58;WeatherBug&amp;#124;http&amp;#58;&amp;#47;&amp;#47;weather.weatherbug.com&amp;#47;desktop-weather&amp;#47;api.html&amp;#93;&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Advanced&amp;#41;&amp;#42; Message Inspectors&amp;#58; &amp;#91;url&amp;#58;View source&amp;#124;http&amp;#58;&amp;#47;&amp;#47;code.msdn.microsoft.com&amp;#47;Project&amp;#47;Download&amp;#47;FileDownload.aspx&amp;#63;ProjectName&amp;#61;silverlightws&amp;#38;DownloadId&amp;#61;3473&amp;#93;. This is quite a beast of a sample. At its core is an implementation of IClientMessageInspector for Silverlight, which allows us to get at any raw incoming or outgoing message. That is already possible using untyped messages in your operations, but IClientMessageInspector lets you do that in one central location, instead of in every operation. The sample contains two example use cases&amp;#58; one implements SOAP faults in Silverlight, and the other implements custom SOAP headers in Silverlight.&lt;br /&gt;&lt;br /&gt;&amp;#33;&amp;#33; Duplex Services&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Advanced&amp;#41;&amp;#42; Duplex Chat&amp;#58; &amp;#91;url&amp;#58;View source&amp;#124;http&amp;#58;&amp;#47;&amp;#47;code.msdn.microsoft.com&amp;#47;Project&amp;#47;Download&amp;#47;FileDownload.aspx&amp;#63;ProjectName&amp;#61;silverlightws&amp;#38;DownloadId&amp;#61;5150&amp;#93;. This sample implements a duplex messaging server showing both &amp;#34;chat&amp;#34; and &amp;#34;notification&amp;#34; scenarios. &amp;#42;Updated in SL3&amp;#33;&amp;#42;&lt;br /&gt;&lt;br /&gt;&amp;#33;&amp;#33; HTTP Services with POX&amp;#47;JSON&amp;#47;Syndication&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Basic&amp;#41;&amp;#42; Food Finder&amp;#58; &amp;#91;url&amp;#58;View it&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;foodfinder&amp;#47;run&amp;#47;default.html&amp;#93; &amp;#124; &amp;#91;url&amp;#58;Download source&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;foodfinder&amp;#47;source&amp;#47;source.zip&amp;#93;. Demonstrates how to use LINQ over JSON to work with JSON from inside managed code. &lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Basic&amp;#41;&amp;#42; Feed Reader&amp;#58; &amp;#91;url&amp;#58;View it&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;syndicationfeedreader&amp;#47;run&amp;#47;default.html&amp;#93; &amp;#124; &amp;#91;url&amp;#58;Download source&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;syndicationfeedreader&amp;#47;source&amp;#47;source.zip&amp;#93;. Demonstrates how to build a syndication feed reader using the SyndicationFeed class and databinding.&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Basic&amp;#41;&amp;#42; Mashup Sample&amp;#58; &amp;#91;url&amp;#58;View it&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;webservicesinterop&amp;#47;run&amp;#47;default.html&amp;#93; &amp;#91;url&amp;#58;Download source&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;webservicesinterop&amp;#47;source&amp;#47;source.zip&amp;#93;. Demonstrates how to create mashup applications using various types of Web APIs. The sample demonstrates working with Flickr &amp;#40;using JSON&amp;#41;, YouTube &amp;#40;using RSS&amp;#41;, Yahoo &amp;#40;using a REST XML service&amp;#41;, and Live Search &amp;#40;using SOAP&amp;#41;.&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Advanced&amp;#41;&amp;#42; POX Proxy&amp;#58; coming soon</description><author></author><pubDate>Fri, 20 Mar 2009 02:48:15 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: SL 3 Beta (MIX 09) Samples 20090320A</guid></item><item><title>UPDATED RELEASE: SL 3 Beta (MIX 09) Samples</title><link>http://code.msdn.microsoft.com/silverlightws/Release/ProjectReleases.aspx?ReleaseId=2401</link><description>The following Silverlight Web Services samples are availabe with the SL 2 RTW release&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#33;&amp;#33; SOAP Services&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Basic&amp;#41;&amp;#42; Spell Checker&amp;#58; &amp;#91;url&amp;#58;View it&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;spellchecker&amp;#47;run&amp;#47;default.html&amp;#93; &amp;#124; &amp;#91;url&amp;#58;Download source&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;spellchecker&amp;#47;source&amp;#47;source.zip&amp;#93;. Demonstartes how to consume a WCF backend service to build an AJAX-style spell checker.&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Basic&amp;#41;&amp;#42; Weather Widget&amp;#58; &amp;#91;url&amp;#58;View it&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;weatherwidget&amp;#47;run&amp;#47;default.html&amp;#93; &amp;#124; &amp;#91;url&amp;#58;Download source&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;weatherwidget&amp;#47;source&amp;#47;source.zip&amp;#93;. Demonstrates how to consume a public SOAP service &amp;#91;url&amp;#58;WeatherBug&amp;#124;http&amp;#58;&amp;#47;&amp;#47;weather.weatherbug.com&amp;#47;desktop-weather&amp;#47;api.html&amp;#93;&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Advanced&amp;#41;&amp;#42; Message Inspectors&amp;#58; &amp;#91;url&amp;#58;View source&amp;#124;http&amp;#58;&amp;#47;&amp;#47;code.msdn.microsoft.com&amp;#47;Project&amp;#47;Download&amp;#47;FileDownload.aspx&amp;#63;ProjectName&amp;#61;silverlightws&amp;#38;DownloadId&amp;#61;3473&amp;#93;. This is quite a beast of a sample. At its core is an implementation of IClientMessageInspector for Silverlight, which allows us to get at any raw incoming or outgoing message. That is already possible using untyped messages in your operations, but IClientMessageInspector lets you do that in one central location, instead of in every operation. The sample contains two example use cases&amp;#58; one implements SOAP faults in Silverlight, and the other implements custom SOAP headers in Silverlight.&lt;br /&gt;&lt;br /&gt;&amp;#33;&amp;#33; Duplex Services&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Advanced&amp;#41;&amp;#42; Duplex Chat&amp;#58; &amp;#91;url&amp;#58;View source&amp;#124;http&amp;#58;&amp;#47;&amp;#47;code.msdn.microsoft.com&amp;#47;Project&amp;#47;Download&amp;#47;FileDownload.aspx&amp;#63;ProjectName&amp;#61;silverlightws&amp;#38;DownloadId&amp;#61;3472&amp;#93;. This sample implements a duplex messaging server showing both &amp;#34;chat&amp;#34; and &amp;#34;notification&amp;#34; scenarios. &amp;#42;Updated in SL3&amp;#33;&amp;#42;&lt;br /&gt;&lt;br /&gt;&amp;#33;&amp;#33; HTTP Services with POX&amp;#47;JSON&amp;#47;Syndication&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Basic&amp;#41;&amp;#42; Food Finder&amp;#58; &amp;#91;url&amp;#58;View it&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;foodfinder&amp;#47;run&amp;#47;default.html&amp;#93; &amp;#124; &amp;#91;url&amp;#58;Download source&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;foodfinder&amp;#47;source&amp;#47;source.zip&amp;#93;. Demonstrates how to use LINQ over JSON to work with JSON from inside managed code. &lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Basic&amp;#41;&amp;#42; Feed Reader&amp;#58; &amp;#91;url&amp;#58;View it&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;syndicationfeedreader&amp;#47;run&amp;#47;default.html&amp;#93; &amp;#124; &amp;#91;url&amp;#58;Download source&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;syndicationfeedreader&amp;#47;source&amp;#47;source.zip&amp;#93;. Demonstrates how to build a syndication feed reader using the SyndicationFeed class and databinding.&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Basic&amp;#41;&amp;#42; Mashup Sample&amp;#58; &amp;#91;url&amp;#58;View it&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;webservicesinterop&amp;#47;run&amp;#47;default.html&amp;#93; &amp;#91;url&amp;#58;Download source&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;webservicesinterop&amp;#47;source&amp;#47;source.zip&amp;#93;. Demonstrates how to create mashup applications using various types of Web APIs. The sample demonstrates working with Flickr &amp;#40;using JSON&amp;#41;, YouTube &amp;#40;using RSS&amp;#41;, Yahoo &amp;#40;using a REST XML service&amp;#41;, and Live Search &amp;#40;using SOAP&amp;#41;.&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Advanced&amp;#41;&amp;#42; POX Proxy&amp;#58; coming soon</description><author></author><pubDate>Fri, 20 Mar 2009 02:47:39 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: SL 3 Beta (MIX 09) Samples 20090320A</guid></item><item><title>UPDATED RELEASE: SL 2 RTW Samples (Oct 14, 2008)</title><link>http://code.msdn.microsoft.com/silverlightws/Release/ProjectReleases.aspx?ReleaseId=1660</link><description>The following Silverlight Web Services samples are availabe with the SL 2 RTW release&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#33;&amp;#33; SOAP Services&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Basic&amp;#41;&amp;#42; Spell Checker&amp;#58; &amp;#91;url&amp;#58;View it&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;spellchecker&amp;#47;run&amp;#47;default.html&amp;#93; &amp;#124; &amp;#91;url&amp;#58;Download source&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;spellchecker&amp;#47;source&amp;#47;source.zip&amp;#93;. Demonstartes how to consume a WCF backend service to build an AJAX-style spell checker.&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Basic&amp;#41;&amp;#42; Weather Widget&amp;#58; &amp;#91;url&amp;#58;View it&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;weatherwidget&amp;#47;run&amp;#47;default.html&amp;#93; &amp;#124; &amp;#91;url&amp;#58;Download source&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;weatherwidget&amp;#47;source&amp;#47;source.zip&amp;#93;. Demonstrates how to consume a public SOAP service &amp;#91;url&amp;#58;WeatherBug&amp;#124;http&amp;#58;&amp;#47;&amp;#47;weather.weatherbug.com&amp;#47;desktop-weather&amp;#47;api.html&amp;#93;&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Advanced&amp;#41;&amp;#42; Message Inspectors&amp;#58; &amp;#91;url&amp;#58;View source&amp;#124;http&amp;#58;&amp;#47;&amp;#47;code.msdn.microsoft.com&amp;#47;Project&amp;#47;Download&amp;#47;FileDownload.aspx&amp;#63;ProjectName&amp;#61;silverlightws&amp;#38;DownloadId&amp;#61;3473&amp;#93;. This is quite a beast of a sample. At its core is an implementation of IClientMessageInspector for Silverlight, which allows us to get at any raw incoming or outgoing message. That is already possible using untyped messages in your operations, but IClientMessageInspector lets you do that in one central location, instead of in every operation. The sample contains two example use cases&amp;#58; one implements SOAP faults in Silverlight, and the other implements custom SOAP headers in Silverlight.&lt;br /&gt;&lt;br /&gt;&amp;#33;&amp;#33; Duplex Services&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Advanced&amp;#41;&amp;#42; Duplex Chat&amp;#58; &amp;#91;url&amp;#58;View source&amp;#124;http&amp;#58;&amp;#47;&amp;#47;code.msdn.microsoft.com&amp;#47;Project&amp;#47;Download&amp;#47;FileDownload.aspx&amp;#63;ProjectName&amp;#61;silverlightws&amp;#38;DownloadId&amp;#61;3472&amp;#93;. This sample implements the DuplexReceiver class, which provides a clean duplex object model and supports deserialization of incoming messages.&lt;br /&gt;&lt;br /&gt;&amp;#33;&amp;#33; HTTP Services with POX&amp;#47;JSON&amp;#47;Syndication&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Basic&amp;#41;&amp;#42; Food Finder&amp;#58; &amp;#91;url&amp;#58;View it&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;foodfinder&amp;#47;run&amp;#47;default.html&amp;#93; &amp;#124; &amp;#91;url&amp;#58;Download source&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;foodfinder&amp;#47;source&amp;#47;source.zip&amp;#93;. Demonstrates how to use LINQ over JSON to work with JSON from inside managed code. &lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Basic&amp;#41;&amp;#42; Feed Reader&amp;#58; &amp;#91;url&amp;#58;View it&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;syndicationfeedreader&amp;#47;run&amp;#47;default.html&amp;#93; &amp;#124; &amp;#91;url&amp;#58;Download source&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;syndicationfeedreader&amp;#47;source&amp;#47;source.zip&amp;#93;. Demonstrates how to build a syndication feed reader using the SyndicationFeed class and databinding.&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Basic&amp;#41;&amp;#42; Mashup Sample&amp;#58; &amp;#91;url&amp;#58;View it&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;webservicesinterop&amp;#47;run&amp;#47;default.html&amp;#93; &amp;#91;url&amp;#58;Download source&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;webservicesinterop&amp;#47;source&amp;#47;source.zip&amp;#93;. Demonstrates how to create mashup applications using various types of Web APIs. The sample demonstrates working with Flickr &amp;#40;using JSON&amp;#41;, YouTube &amp;#40;using RSS&amp;#41;, Yahoo &amp;#40;using a REST XML service&amp;#41;, and Live Search &amp;#40;using SOAP&amp;#41;.&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Advanced&amp;#41;&amp;#42; POX Proxy&amp;#58; coming soon</description><author></author><pubDate>Fri, 20 Mar 2009 02:45:07 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: SL 2 RTW Samples (Oct 14, 2008) 20090320A</guid></item><item><title>UPDATED RELEASE: SL 3 Beta (MIX 09) Samples</title><link>http://code.msdn.microsoft.com/silverlightws/Release/ProjectReleases.aspx?ReleaseId=2401</link><description></description><author></author><pubDate>Fri, 20 Mar 2009 02:44:54 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: SL 3 Beta (MIX 09) Samples 20090320A</guid></item><item><title>CREATED RELEASE: SL 3 Beta (MIX 09) Samples</title><link>http://code.msdn.microsoft.com/silverlightws/Release/ProjectReleases.aspx?ReleaseId=2401</link><description></description><author></author><pubDate>Fri, 20 Mar 2009 02:44:39 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: SL 3 Beta (MIX 09) Samples 20090320A</guid></item><item><title>NEW POST: Duplex Service as a PerSession service?</title><link>http://code.msdn.microsoft.com/silverlightws/Thread/View.aspx?ThreadId=1274</link><description>&lt;div class="wikidoc"&gt;
I believe I solved this.  In DuplexServiceFactory.CreateServiceHost() method,  I changed the first statement to&lt;br /&gt; &lt;br /&gt;ServiceHost service = new ServiceHost(typeof(T),baseAddresses);&lt;br /&gt; &lt;br /&gt;and also changed the  InstanceContextMode of the ServiceBehavior attribute of the DuplexService to InstanceContextMode.PerSession.&lt;br /&gt; &lt;br /&gt;Everything seems to function properly...my service returns the expected data to the Silverlight client.  &lt;br /&gt;
&lt;/div&gt;</description><author>aevisner</author><pubDate>Thu, 05 Feb 2009 17:00:41 GMT</pubDate><guid isPermaLink="false">NEW POST: Duplex Service as a PerSession service? 20090205P</guid></item><item><title>NEW POST: Duplex Service as a PerSession service?</title><link>http://code.msdn.microsoft.com/silverlightws/Thread/View.aspx?ThreadId=1274</link><description>&lt;div class="wikidoc"&gt;
I am developing a Silverlight duplex application based on the duplex sample.  However, I need the service to run with PerSession instancing, not the singleton instance as the sample is programmed.  I tried just changing the InstanceContextMode property of the ServiceBehavior attribute on the DuplexService to InstanceContextMode.PerSession, but this resulted in an exception being thrown in the CompleteSend() method of the DuplexReceiver.  So obviously, more code changes are required to implement this service for PerSession instancing.  &lt;br /&gt; &lt;br /&gt;Do you know what changes are required to support this? I am still fairly new to WCF programming, so any advice you can offer would be greatly appreciated.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>aevisner</author><pubDate>Wed, 04 Feb 2009 20:09:15 GMT</pubDate><guid isPermaLink="false">NEW POST: Duplex Service as a PerSession service? 20090204P</guid></item><item><title>NEW POST: Fault Examples</title><link>http://code.msdn.microsoft.com/silverlightws/Thread/View.aspx?ThreadId=1082</link><description>&lt;div class="wikidoc"&gt;
Nevermind, I found the example in the message inspectors download here,&lt;br /&gt; &lt;br /&gt;&lt;a href="http://code.msdn.microsoft.com/silverlightws/Release/ProjectReleases.aspx?ReleaseId=1660" class="externalLink"&gt;http://code.msdn.microsoft.com/silverlightws/Release/ProjectReleases.aspx?ReleaseId=1660&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>Sunburned_Goose</author><pubDate>Mon, 15 Dec 2008 17:40:02 GMT</pubDate><guid isPermaLink="false">NEW POST: Fault Examples 20081215P</guid></item><item><title>NEW POST: Fault Examples</title><link>http://code.msdn.microsoft.com/silverlightws/Thread/View.aspx?ThreadId=1082</link><description>&lt;div class="wikidoc"&gt;
I wanted to find out if there was any efforts right now to implement one of the suggestions in the link below to give developers the ability to consume faults in a Silverlight application.&lt;br /&gt; &lt;br /&gt;&lt;a href="http://eugeneos.blogspot.com/2008/09/faults-and-exceptions-when-using-web.html" class="externalLink"&gt;http://eugeneos.blogspot.com/2008/09/faults-and-exceptions-when-using-web.html&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Thanks!&lt;br /&gt;
&lt;/div&gt;</description><author>Sunburned_Goose</author><pubDate>Mon, 15 Dec 2008 17:37:15 GMT</pubDate><guid isPermaLink="false">NEW POST: Fault Examples 20081215P</guid></item><item><title>UPDATED RELEASE: SL 2 RTW Samples (Oct 14, 2008)</title><link>http://code.msdn.microsoft.com/silverlightws/Release/ProjectReleases.aspx?ReleaseId=1660</link><description>The following Silverlight Web Services samples are availabe with the SL 2 RTW release&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#33;&amp;#33; SOAP Services&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Basic&amp;#41;&amp;#42; Spell Checker&amp;#58; &amp;#91;url&amp;#58;View it&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;spellchecker&amp;#47;run&amp;#47;default.html&amp;#93; &amp;#124; &amp;#91;url&amp;#58;Download source&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;spellchecker&amp;#47;source&amp;#47;source.zip&amp;#93;. Demonstartes how to consume a WCF backend service to build an AJAX-style spell checker.&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Basic&amp;#41;&amp;#42; Weather Widget&amp;#58; &amp;#91;url&amp;#58;View it&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;weatherwidget&amp;#47;run&amp;#47;default.html&amp;#93; &amp;#124; &amp;#91;url&amp;#58;Download source&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;weatherwidget&amp;#47;source&amp;#47;source.zip&amp;#93;. Demonstrates how to consume a public SOAP service &amp;#91;url&amp;#58;WeatherBug&amp;#124;http&amp;#58;&amp;#47;&amp;#47;weather.weatherbug.com&amp;#47;desktop-weather&amp;#47;api.html&amp;#93;&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Advanced&amp;#41;&amp;#42; Message Inspectors&amp;#58; &amp;#91;url&amp;#58;View source&amp;#124;http&amp;#58;&amp;#47;&amp;#47;code.msdn.microsoft.com&amp;#47;Project&amp;#47;Download&amp;#47;FileDownload.aspx&amp;#63;ProjectName&amp;#61;silverlightws&amp;#38;DownloadId&amp;#61;3473&amp;#93;. This is quite a beast of a sample. At its core is an implementation of IClientMessageInspector for Silverlight, which allows us to get at any raw incoming or outgoing message. That is already possible using untyped messages in your operations, but IClientMessageInspector lets you do that in one central location, instead of in every operation. The sample contains two example use cases&amp;#58; one implements SOAP faults in Silverlight, and the other implements custom SOAP headers in Silverlight.&lt;br /&gt;&lt;br /&gt;&amp;#33;&amp;#33; Duplex Services&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Advanced&amp;#41;&amp;#42; Duplex Chat&amp;#58; &amp;#91;url&amp;#58;View source&amp;#124;http&amp;#58;&amp;#47;&amp;#47;code.msdn.microsoft.com&amp;#47;Project&amp;#47;Download&amp;#47;FileDownload.aspx&amp;#63;ProjectName&amp;#61;silverlightws&amp;#38;DownloadId&amp;#61;3472&amp;#93;. This sample implements the DuplexReceiver class, which provides a clean duplex object model and supports deserialization of incoming messages.&lt;br /&gt;&lt;br /&gt;&amp;#33;&amp;#33; HTTP Services with POX&amp;#47;JSON&amp;#47;Syndication&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Basic&amp;#41;&amp;#42; Food Finder&amp;#58; &amp;#91;url&amp;#58;View it&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;foodfinder&amp;#47;run&amp;#47;default.html&amp;#93; &amp;#124; &amp;#91;url&amp;#58;Download source&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;foodfinder&amp;#47;source&amp;#47;source.zip&amp;#93;. Demonstrates how to use LINQ over JSON to work with JSON from inside managed code. &lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Basic&amp;#41;&amp;#42; Feed Reader&amp;#58; &amp;#91;url&amp;#58;View it&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;syndicationfeedreader&amp;#47;run&amp;#47;default.html&amp;#93; &amp;#124; &amp;#91;url&amp;#58;Download source&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;syndicationfeedreader&amp;#47;source&amp;#47;source.zip&amp;#93;. Demonstrates how to build a syndication feed reader using the SyndicationFeed class and databinding.&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Basic&amp;#41;&amp;#42; Mashup Sample&amp;#58; &amp;#91;url&amp;#58;View it&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;webservicesinterop&amp;#47;run&amp;#47;default.html&amp;#93; &amp;#91;url&amp;#58;Download source&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;webservicesinterop&amp;#47;source&amp;#47;source.zip&amp;#93;. Demonstrates how to create mashup applications using various types of Web APIs. The sample demonstrates working with Flickr &amp;#40;using JSON&amp;#41;, YouTube &amp;#40;using RSS&amp;#41;, Yahoo &amp;#40;using a REST XML service&amp;#41;, and Live Search &amp;#40;using SOAP&amp;#41;.&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Advanced&amp;#41;&amp;#42; POX Proxy&amp;#58; coming soon</description><author></author><pubDate>Tue, 18 Nov 2008 03:42:17 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: SL 2 RTW Samples (Oct 14, 2008) 20081118A</guid></item><item><title>UPDATED RELEASE: SL 2 RTW Samples (Oct 14, 2008)</title><link>http://code.msdn.microsoft.com/silverlightws/Release/ProjectReleases.aspx?ReleaseId=1660</link><description>The following Silverlight Web Services samples are availabe with the SL 2 RTW release&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#33;&amp;#33; SOAP Services&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Basic&amp;#41;&amp;#42; Spell Checker&amp;#58; &amp;#91;url&amp;#58;View it&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;spellchecker&amp;#47;run&amp;#47;default.html&amp;#93; &amp;#124; &amp;#91;url&amp;#58;Download source&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;spellchecker&amp;#47;source&amp;#47;source.zip&amp;#93;. Demonstartes how to consume a WCF backend service to build an AJAX-style spell checker.&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Basic&amp;#41;&amp;#42; Weather Widget&amp;#58; &amp;#91;url&amp;#58;View it&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;weatherwidget&amp;#47;run&amp;#47;default.html&amp;#93; &amp;#124; &amp;#91;url&amp;#58;Download source&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;weatherwidget&amp;#47;source&amp;#47;source.zip&amp;#93;. Demonstrates how to consume a public SOAP service &amp;#91;url&amp;#58;WeatherBug&amp;#124;http&amp;#58;&amp;#47;&amp;#47;weather.weatherbug.com&amp;#47;desktop-weather&amp;#47;api.html&amp;#93;&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Advanced&amp;#41;&amp;#42; Message Inspectors&amp;#58; &amp;#91;url&amp;#58;View source&amp;#124;http&amp;#58;&amp;#47;&amp;#47;code.msdn.microsoft.com&amp;#47;Project&amp;#47;Download&amp;#47;FileDownload.aspx&amp;#63;ProjectName&amp;#61;silverlightws&amp;#38;DownloadId&amp;#61;3473&amp;#93;. This is quite a beast of a sample. At its core is an implementation of IClientMessageInspector for Silverlight, which allows us to get at any raw incoming or outgoing message. That is already possible using untyped messages in your operations, but IClientMessageInspector lets you do that in one central location, instead of in every operation. The sample contains two example use cases&amp;#58; one implements SOAP faults in Silverlight, and the other implements custom SOAP headers in Silverlight.&lt;br /&gt;&lt;br /&gt;&amp;#33;&amp;#33; Duplex Services&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Advanced&amp;#41;&amp;#42; Duplex Chat&amp;#58; &amp;#91;url&amp;#58;View source&amp;#124;http&amp;#58;&amp;#47;&amp;#47;code.msdn.microsoft.com&amp;#47;Project&amp;#47;Download&amp;#47;FileDownload.aspx&amp;#63;ProjectName&amp;#61;silverlightws&amp;#38;DownloadId&amp;#61;3472&amp;#93;. This sample implements the DuplexReceiver class, which provides a clean duplex object model and supports deserialization of incoming messages.&lt;br /&gt;&lt;br /&gt;&amp;#33;&amp;#33; HTTP Services with POX&amp;#47;JSON&amp;#47;Syndication&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Basic&amp;#41;&amp;#42; Food Finder&amp;#58; &amp;#91;url&amp;#58;View it&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;foodfinder&amp;#47;run&amp;#47;default.html&amp;#93; &amp;#124; &amp;#91;url&amp;#58;Download source&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;foodfinder&amp;#47;source&amp;#47;source.zip&amp;#93;. Demonstrates how to use LINQ over JSON to work with JSON from inside managed code. &lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Basic&amp;#41;&amp;#42; Feed Reader&amp;#58; &amp;#91;url&amp;#58;View it&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;syndicationfeedreader&amp;#47;run&amp;#47;default.html&amp;#93; &amp;#124; &amp;#91;url&amp;#58;Download source&amp;#124;http&amp;#58;&amp;#47;&amp;#47;silverlight.net&amp;#47;samples&amp;#47;sl2&amp;#47;syndicationfeedreader&amp;#47;source&amp;#47;source.zip&amp;#93;. Demonstrates how to build a syndication feed reader using the SyndicationFeed class and databinding.&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Advanced&amp;#41;&amp;#42; POX Proxy&amp;#58; coming soon</description><author></author><pubDate>Sat, 08 Nov 2008 03:31:10 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: SL 2 RTW Samples (Oct 14, 2008) 20081108A</guid></item><item><title>NEW POST: System.Web.Silverlight not found</title><link>http://code.msdn.microsoft.com/silverlightws/Thread/View.aspx?ThreadId=142</link><description>&lt;div class="wikidoc"&gt;
I am running Windows Server 2008 32bit. While I am trying to register &amp;quot;System.Web.Silverlight.dll&amp;quot; into GAC, I am getting &amp;quot;Access Denied&amp;quot;. What could be reason for this? Appreciate your help in this regard.&lt;br /&gt;
&lt;/div&gt;</description><author>svvsphanikumar</author><pubDate>Thu, 06 Nov 2008 09:57:16 GMT</pubDate><guid isPermaLink="false">NEW POST: System.Web.Silverlight not found 20081106A</guid></item><item><title>UPDATED RELEASE: SL 2 RTW Samples (Oct 14, 2008)</title><link>http://code.msdn.microsoft.com/silverlightws/Release/ProjectReleases.aspx?ReleaseId=1660</link><description>The following Silverlight Web Services samples are availabe with the SL 2 RTW release&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#33;&amp;#33; SOAP Services&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Basic&amp;#41;&amp;#42; Spell Checker&amp;#58; coming soon. Demonstartes how to consume a WCF backend service to build an AJAX-style spell checker.&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Basic&amp;#41;&amp;#42; Weather Widget&amp;#58; coming soon. Demonstrates how to consume a public SOAP service &amp;#91;url&amp;#58;WeatherBug&amp;#124;http&amp;#58;&amp;#47;&amp;#47;weather.weatherbug.com&amp;#47;desktop-weather&amp;#47;api.html&amp;#93;&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Advanced&amp;#41;&amp;#42; Message Inspectors&amp;#58; &amp;#91;url&amp;#58;View source&amp;#124;http&amp;#58;&amp;#47;&amp;#47;code.msdn.microsoft.com&amp;#47;Project&amp;#47;Download&amp;#47;FileDownload.aspx&amp;#63;ProjectName&amp;#61;silverlightws&amp;#38;DownloadId&amp;#61;3473&amp;#93;. This is quite a beast of a sample. At its core is an implementation of IClientMessageInspector for Silverlight, which allows us to get at any raw incoming or outgoing message. That is already possible using untyped messages in your operations, but IClientMessageInspector lets you do that in one central location, instead of in every operation. The sample contains two example use cases&amp;#58; one implements SOAP faults in Silverlight, and the other implements custom SOAP headers in Silverlight.&lt;br /&gt;&lt;br /&gt;&amp;#33;&amp;#33; Duplex Services&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Advanced&amp;#41;&amp;#42; Duplex Chat&amp;#58; &amp;#91;url&amp;#58;View source&amp;#124;http&amp;#58;&amp;#47;&amp;#47;code.msdn.microsoft.com&amp;#47;Project&amp;#47;Download&amp;#47;FileDownload.aspx&amp;#63;ProjectName&amp;#61;silverlightws&amp;#38;DownloadId&amp;#61;3472&amp;#93;. This sample implements the DuplexReceiver class, which provides a clean duplex object model and supports deserialization of incoming messages.&lt;br /&gt;&lt;br /&gt;&amp;#33;&amp;#33; HTTP Services with POX&amp;#47;JSON&amp;#47;Syndication&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Basic&amp;#41;&amp;#42; Food Finder&amp;#58; coming soon. Demonstrates how to use LINQ over JSON to work with JSON from inside managed code. &lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Basic&amp;#41;&amp;#42; Feed Reader&amp;#58; coming soon. Demonstrates how to build a syndication feed reader using the SyndicationFeed class and databinding.&lt;br /&gt;&amp;#42; &amp;#42;&amp;#40;Advanced&amp;#41;&amp;#42; POX Proxy&amp;#58; coming soon</description><author></author><pubDate>Wed, 15 Oct 2008 23:27:03 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: SL 2 RTW Samples (Oct 14, 2008) 20081015P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/silverlightws/Wiki/View.aspx?title=Home&amp;version=18</link><description>&lt;div class="wikidoc"&gt;
Silverlight comes with fist-class support for web services and syndication. This page lists the developer resources available at this time to support developers who wish to access web services from their Silverlight apps.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Note:&lt;/b&gt; The resources on this page target Silverlight 2. They will not work on prior Silverlight releases.&lt;br /&gt;&lt;h1&gt;
Code Samples
&lt;/h1&gt;Please see &amp;quot;Downloads&amp;quot; tab&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Quickstarts on &lt;a href="http://silverlight.net" class="externalLink"&gt;http://silverlight.net&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://silverlight.net/quickstarts/syndicationfeedreader.aspx" class="externalLink"&gt;Syndication Feeds&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://silverlight.net/quickstarts/webservices.aspx" class="externalLink"&gt;Web Services&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h1&gt;
MSDN Documentation
&lt;/h1&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Conceptual content: &lt;a href="http://msdn2.microsoft.com/en-us/library/cc296254(VS.95).aspx" class="externalLink"&gt;Accessing Web Services in Silverlight&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Relevant namespaces&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/system.json(VS.95).aspx" class="externalLink"&gt;System.Json&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/system.runtime.serialization(VS.95).aspx" class="externalLink"&gt;System.Runtime.Serialization&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/system.runtime.serialization.json(VS.95).aspx" class="externalLink"&gt;System.Runtime.Serialization.Json&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/system.servicemodel(VS.95).aspx" class="externalLink"&gt;System.ServiceModel&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/system.servicemodel.channels(VS.95).aspx" class="externalLink"&gt;System.ServiceModel.Channels&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/system.servicemodel.description(VS.95).aspx" class="externalLink"&gt;System.ServiceModel.Description&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/system.servicemodel.dispatcher(VS.95).aspx" class="externalLink"&gt;System.ServiceModel.Dispatcher&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/system.servicemodel.syndication(VS.95).aspx" class="externalLink"&gt;System.ServiceModel.Syndication&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/system.xml.serialization(VS.95).aspx" class="externalLink"&gt;System.Xml.Serialization&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>Yavor</author><pubDate>Wed, 15 Oct 2008 21:55:29 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20081015P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/silverlightws/Wiki/View.aspx?title=Home&amp;version=17</link><description>&lt;div class="wikidoc"&gt;
Silverlight comes with fist-class support for web services and syndication. This page lists the developer resources available at this time to support developers who wish to access web services from their Silverlight apps.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Note:&lt;/b&gt; The resources on this page target Silverlight 2. They will not work on prior Silverlight releases.&lt;br /&gt;&lt;h1&gt;
Code Samples
&lt;/h1&gt;Please see &amp;quot;Downloads&amp;quot; tab&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Quickstarts on &lt;a href="http://silverlight.net" class="externalLink"&gt;http://silverlight.net&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://silverlight.net/quickstarts/syndicationfeedreader.aspx" class="externalLink"&gt;Syndication Feeds&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://silverlight.net/quickstarts/webservices.aspx" class="externalLink"&gt;Web Services&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h1&gt;
MSDN Documentation
&lt;/h1&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Conceptual content: &lt;a href="http://msdn2.microsoft.com/en-us/library/cc296254(VS.95).aspx" class="externalLink"&gt;Accessing Web Services in Silverlight&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Relevant namespaces&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/system.json(VS.95).aspx" class="externalLink"&gt;System.Json&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; (new in Beta 2)&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/system.runtime.serialization(VS.95).aspx" class="externalLink"&gt;System.Runtime.Serialization&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/system.runtime.serialization.json(VS.95).aspx" class="externalLink"&gt;System.Runtime.Serialization.Json&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/system.servicemodel(VS.95).aspx" class="externalLink"&gt;System.ServiceModel&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/system.servicemodel.channels(VS.95).aspx" class="externalLink"&gt;System.ServiceModel.Channels&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/system.servicemodel.description(VS.95).aspx" class="externalLink"&gt;System.ServiceModel.Description&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/system.servicemodel.dispatcher(VS.95).aspx" class="externalLink"&gt;System.ServiceModel.Dispatcher&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/system.servicemodel.syndication(VS.95).aspx" class="externalLink"&gt;System.ServiceModel.Syndication&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/system.xml.serialization(VS.95).aspx" class="externalLink"&gt;System.Xml.Serialization&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>Yavor</author><pubDate>Wed, 15 Oct 2008 21:55:14 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20081015P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/silverlightws/Wiki/View.aspx?title=Home&amp;version=16</link><description>&lt;div class="wikidoc"&gt;
Silverlight comes with fist-class support for web services and syndication. This page lists the developer resources available at this time to support developers who wish to access web services from their Silverlight apps.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Note:&lt;/b&gt; The resources on this page target Silverlight 2. They will not work on prior Silverlight releases.&lt;br /&gt;&lt;h1&gt;
Code Samples
&lt;/h1&gt;Please see &amp;quot;Downloads&amp;quot; tab&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Quickstarts on &lt;a href="http://silverlight.net" class="externalLink"&gt;http://silverlight.net&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://silverlight.net/quickstarts/syndicationfeedreader.aspx" class="externalLink"&gt;Syndication Feeds&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://silverlight.net/quickstarts/webservices.aspx" class="externalLink"&gt;Web Services&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h1&gt;
MSDN Documentation
&lt;/h1&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Conceptual content: &lt;a href="http://msdn2.microsoft.com/en-us/library/cc296254(VS.95).aspx" class="externalLink"&gt;Accessing Web Services in Silverlight&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Relevant namespaces (Note: Some of these do not contain detailed type information and code snippets. This will be addressed in a future release._&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/system.json(VS.95).aspx" class="externalLink"&gt;System.Json&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; (new in Beta 2)&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/system.runtime.serialization(VS.95).aspx" class="externalLink"&gt;System.Runtime.Serialization&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/system.runtime.serialization.json(VS.95).aspx" class="externalLink"&gt;System.Runtime.Serialization.Json&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/system.servicemodel(VS.95).aspx" class="externalLink"&gt;System.ServiceModel&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/system.servicemodel.channels(VS.95).aspx" class="externalLink"&gt;System.ServiceModel.Channels&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/system.servicemodel.description(VS.95).aspx" class="externalLink"&gt;System.ServiceModel.Description&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/system.servicemodel.dispatcher(VS.95).aspx" class="externalLink"&gt;System.ServiceModel.Dispatcher&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/system.servicemodel.syndication(VS.95).aspx" class="externalLink"&gt;System.ServiceModel.Syndication&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/system.xml.serialization(VS.95).aspx" class="externalLink"&gt;System.Xml.Serialization&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>Yavor</author><pubDate>Wed, 15 Oct 2008 21:52:54 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20081015P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/silverlightws/Wiki/View.aspx?title=Home&amp;version=15</link><description>&lt;div class="wikidoc"&gt;
Silverlight comes with fist-class support for web services and syndication. This page lists the developer resources available at this time to support developers who wish to access web services from their Silverlight apps.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Note:&lt;/b&gt; The resources on this page target Silverlight 2. They will not work on prior Silverlight releases.&lt;br /&gt;&lt;h1&gt;
Code Samples
&lt;/h1&gt;Please see &amp;quot;Downloads&amp;quot; tab&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Quickstarts on &lt;a href="http://silverlight.net" class="externalLink"&gt;http://silverlight.net&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;Check out our two qickstarts&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://silverlight.net/quickstarts/syndicationfeedreader.aspx" class="externalLink"&gt;Syndication Feeds&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://silverlight.net/quickstarts/webservices.aspx" class="externalLink"&gt;Web Services&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h1&gt;
MSDN Documentation
&lt;/h1&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Conceptual content: &lt;a href="http://msdn2.microsoft.com/en-us/library/cc296254(VS.95).aspx" class="externalLink"&gt;Accessing Web Services in Silverlight&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Relevant namespaces (Note: Some of these do not contain detailed type information and code snippets. This will be addressed in a future release._&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/system.json(VS.95).aspx" class="externalLink"&gt;System.Json&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; (new in Beta 2)&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/system.runtime.serialization(VS.95).aspx" class="externalLink"&gt;System.Runtime.Serialization&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/system.runtime.serialization.json(VS.95).aspx" class="externalLink"&gt;System.Runtime.Serialization.Json&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/system.servicemodel(VS.95).aspx" class="externalLink"&gt;System.ServiceModel&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/system.servicemodel.channels(VS.95).aspx" class="externalLink"&gt;System.ServiceModel.Channels&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/system.servicemodel.description(VS.95).aspx" class="externalLink"&gt;System.ServiceModel.Description&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/system.servicemodel.dispatcher(VS.95).aspx" class="externalLink"&gt;System.ServiceModel.Dispatcher&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/system.servicemodel.syndication(VS.95).aspx" class="externalLink"&gt;System.ServiceModel.Syndication&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/system.xml.serialization(VS.95).aspx" class="externalLink"&gt;System.Xml.Serialization&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>Yavor</author><pubDate>Wed, 15 Oct 2008 21:52:31 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20081015P</guid></item></channel></rss>