<?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: blog work blog</title>
	<atom:link href="http://scorbs.com/2006/06/04/blog-work-blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://scorbs.com/2006/06/04/blog-work-blog/</link>
	<description>karen corby&#039;s fabulous blog</description>
	<lastBuildDate>Thu, 12 Jan 2012 23:52:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: kcorby</title>
		<link>http://scorbs.com/2006/06/04/blog-work-blog/comment-page-1/#comment-25</link>
		<dc:creator>kcorby</dc:creator>
		<pubDate>Fri, 09 Jun 2006 03:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://scorbs.com/2006/06/04/blog-work-blog/#comment-25</guid>
		<description>Yes, you would use webservices.

How you communicate to that webservice depends on how you&#039;re exposing your webservices.  If you have ASP.NET, you can expose ASMX webservices and communicate with it via an ASMX client class.

Check out an example of that in the XBAP hands on lab:  http://www.microsoft.com/downloads/details.aspx?FamilyID=05755a9d-98fa-4f16-bfdc-023e3fd34763&amp;DisplayLang=en

Otherwise, you can use the HttpWebRequest class.  (http://msdn2.microsoft.com/en-us/system.net.httpwebrequest.aspx)

Remember, that from an internet sandboxed XBAP, you only have site of origin access.  If you&#039;re trying to talk to a 3rd party server, you will need a proxy on your server (similar to XMLHTTP today).</description>
		<content:encoded><![CDATA[<p>Yes, you would use webservices.</p>
<p>How you communicate to that webservice depends on how you&#8217;re exposing your webservices.  If you have ASP.NET, you can expose ASMX webservices and communicate with it via an ASMX client class.</p>
<p>Check out an example of that in the XBAP hands on lab:  <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=05755a9d-98fa-4f16-bfdc-023e3fd34763&#038;DisplayLang=en" rel="nofollow">http://www.microsoft.com/downloads/details.aspx?FamilyID=05755a9d-98fa-4f16-bfdc-023e3fd34763&#038;DisplayLang=en</a></p>
<p>Otherwise, you can use the HttpWebRequest class.  (<a href="http://msdn2.microsoft.com/en-us/system.net.httpwebrequest.aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/system.net.httpwebrequest.aspx</a>)</p>
<p>Remember, that from an internet sandboxed XBAP, you only have site of origin access.  If you&#8217;re trying to talk to a 3rd party server, you will need a proxy on your server (similar to XMLHTTP today).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francois</title>
		<link>http://scorbs.com/2006/06/04/blog-work-blog/comment-page-1/#comment-24</link>
		<dc:creator>Francois</dc:creator>
		<pubDate>Thu, 08 Jun 2006 13:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://scorbs.com/2006/06/04/blog-work-blog/#comment-24</guid>
		<description>hello
i&#039;m currently studing wpf and i&#039;m very interested with XBAP. However i wonder how to develop a xbap which is working with a database on the server (sql server 2005 in fact)
is it with webservices ?  do you know where i can have an example of how to do that ?

thanks

F.A.</description>
		<content:encoded><![CDATA[<p>hello<br />
i&#8217;m currently studing wpf and i&#8217;m very interested with XBAP. However i wonder how to develop a xbap which is working with a database on the server (sql server 2005 in fact)<br />
is it with webservices ?  do you know where i can have an example of how to do that ?</p>
<p>thanks</p>
<p>F.A.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

