<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 - Entries tagged with WWSAPI</title>
    <atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Tags/wwsapi/RSS"></atom:link>
    <itunes:summary></itunes:summary>
    <itunes:author>Microsoft</itunes:author>
    <itunes:subtitle></itunes:subtitle>
    <image>
      <url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
      <title>Channel 9 - Entries tagged with WWSAPI</title>
      <link>http://channel9.msdn.com/Tags/wwsapi</link>
    </image>
    <itunes:image href=""></itunes:image>
    <itunes:category text="Technology"></itunes:category>
    <description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
    <link>http://channel9.msdn.com/Tags/wwsapi</link>
    <language>en</language>
    <pubDate>Wed, 19 Jun 2013 01:25:34 GMT</pubDate>
    <lastBuildDate>Wed, 19 Jun 2013 01:25:34 GMT</lastBuildDate>
    <generator>Rev9</generator>
    <c9:totalResults>4</c9:totalResults>
    <c9:pageCount>1</c9:pageCount>
    <c9:pageSize>25</c9:pageSize>
  <item>
      <title>Native Web Services, Part 2 - Build a WWSAPI Web Service</title>
      <description><![CDATA[
<p>With the Windows Web Services API (WWSAPI), you can connect your C/C&#43;&#43; client applications with web services. You can also create C/C&#43;&#43; server-side web service end-points. WWSAPI is new with Windows 7 (client) and Windows Server 2008 R2 (server). WWSAPI
 is also back-ported to all formally supported versions of Windows (client and server). The WWSAPI runtime library (WebServices.dll) is a native-code implementation of WS-* family of protocols for SOAP based web services.
</p>
<p>WWSAPI enables several solution scenarios and benefits including:</p>
<p>1. Implement web services in native C/C&#43;&#43; code on both Windows client and server. C/C&#43;&#43; application developers have often requested this platform technology capability but were previously forced to write their own or interface their native-code solutions
 with managed-code wrappers. </p>
<p>2. Achieve interoperability with web services implemented using Windows Communication Foundation (WCF), ASP.NET XML Web Services, and even services implemented using non-Microsoft implementations of WS-* libraries.</p>
<p>3. Construct web services with minimal service startup time and minimal process working-set dependencies.</p>
<p>4. Use web services implementations in resource-constrained deployment environments.
</p>
<p>5. Avoid native-management interop scenarios with potentially costly marshalling side-effects.</p>
<p>This is part&nbsp;2 of a 2 episode series and focuses upon using WWSAPI to construct a web service. The example illustrates adding a web-service interface to a native (presumably legacy) application.&nbsp; The&nbsp;demonstration provides a comparison&nbsp;between&nbsp;using&nbsp;a managed&nbsp;(WCF)
 interface and a native (WWSAPI) interface&nbsp;involving sorting algorthms with differing interop&nbsp;costs.</p>
<p>Find sample code and additional technical details at <a shape="rect" href="http://code.msdn.microsoft.com/wwsapi" title="Code Gallery" target="_blank" shape="rect">
MSDN Code Gallery</a>.<br>
<br>
See part&nbsp;1 of this series <a shape="rect" href="http://channel9.msdn.com/tags/WWSAPI" title="CH9 WWSAPI" target="_self" shape="rect">
here</a>.</p>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/wwsapi/RSS&WT.dl=0&WT.entryid=Entry:RSSView:6bdea24a1441412a803a9deb000b4c21">]]></description>
      <comments>http://channel9.msdn.com/Blogs/philpenn/WWSAPI-SERVICE</comments>
      <itunes:summary>
With the Windows Web Services API (WWSAPI), you can connect your C/C&amp;#43;&amp;#43; client applications with web services. You can also create C/C&amp;#43;&amp;#43; server-side web service end-points. WWSAPI is new with Windows 7 (client) and Windows Server 2008 R2 (server). WWSAPI
 is also back-ported to all formally supported versions of Windows (client and server). The WWSAPI runtime library (WebServices.dll) is a native-code implementation of WS-* family of protocols for SOAP based web services.
 
WWSAPI enables several solution scenarios and benefits including: 
1. Implement web services in native C/C&amp;#43;&amp;#43; code on both Windows client and server. C/C&amp;#43;&amp;#43; application developers have often requested this platform technology capability but were previously forced to write their own or interface their native-code solutions
 with managed-code wrappers.  
2. Achieve interoperability with web services implemented using Windows Communication Foundation (WCF), ASP.NET XML Web Services, and even services implemented using non-Microsoft implementations of WS-* libraries. 
3. Construct web services with minimal service startup time and minimal process working-set dependencies. 
4. Use web services implementations in resource-constrained deployment environments.
 
5. Avoid native-management interop scenarios with potentially costly marshalling side-effects. 
This is part&amp;nbsp;2 of a 2 episode series and focuses upon using WWSAPI to construct a web service. The example illustrates adding a web-service interface to a native (presumably legacy) application.&amp;nbsp; The&amp;nbsp;demonstration provides a comparison&amp;nbsp;between&amp;nbsp;using&amp;nbsp;a managed&amp;nbsp;(WCF)
 interface and a native (WWSAPI) interface&amp;nbsp;involving sorting algorthms with differing interop&amp;nbsp;costs. 
Find sample code and additional technical details at 
MSDN Code Gallery.

See part&amp;nbsp;1 of this series 
here. 
</itunes:summary>
      <itunes:duration>873</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/philpenn/WWSAPI-SERVICE</link>
      <pubDate>Thu, 23 Jul 2009 02:12:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/philpenn/WWSAPI-SERVICE</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/477508_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/477508_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/28c130ef-71cd-4ea4-a80b-3d5ee8501866.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/2c53484c-d17c-479f-8ca7-2d47390912f3.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/8/0/5/7/7/4/WWSAPISERVICE_2MB_ch9.wmv" expression="full" duration="873" fileSize="22516867" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/8/0/5/7/7/4/WWSAPISERVICE_ch9.mp3" expression="full" duration="873" fileSize="6992013" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/8/0/5/7/7/4/WWSAPISERVICE_ch9.mp4" expression="full" duration="873" fileSize="29646366" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/8/0/5/7/7/4/WWSAPISERVICE_ch9.wma" expression="full" duration="873" fileSize="14156833" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/8/0/5/7/7/4/WWSAPISERVICE_Zune_ch9.wmv" expression="full" duration="873" fileSize="28602661" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/8/0/5/7/7/4/WWSAPISERVICE_Zune_ch9.wmv" length="28602661" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Phil Pennington</dc:creator>
      <itunes:author>Phil Pennington</itunes:author>
      <slash:comments>2</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/philpenn/WWSAPI-SERVICE/RSS</wfw:commentRss>
      <category>w2k8r2</category>
      <category>Web Services</category>
      <category>Windows 7</category>
      <category>Windows Server 2008 R2</category>
      <category>WWSAPI</category>
    </item>
  <item>
      <title>Native Web Services, Part 1 - Build a WWSAPI Client</title>
      <description><![CDATA[
<p>With the Windows Web Services API (WWSAPI), you can connect your C/C&#43;&#43; client applications with web services. You can also create C/C&#43;&#43; server-side web service end-points. WWSAPI is new with Windows 7 (client) and Windows Server 2008 R2 (server). WWSAPI
 is also back-ported to all formally supported versions of Windows (client and server). The WWSAPI runtime library (WebServices.dll) is a native-code implementation of WS-* family of protocols for SOAP based web services.
</p>
<p>WWSAPI enables several solution scenarios and benefits including:</p>
<p>1. Implement web services in native C/C&#43;&#43; code on both Windows client and server. C/C&#43;&#43; application developers have often requested this platform technology capability but were previously forced to write their own or interface their native-code solutions
 with managed-code wrappers. </p>
<p>2. Achieve interoperability with web services implemented using Windows Communication Foundation (WCF), ASP.NET XML Web Services, and even services implemented using non-Microsoft implementations of WS-* libraries.</p>
<p>3. Construct web services with minimal service startup time and minimal process working-set dependencies.</p>
<p>4. Use web services implementations in resource-constrained deployment environments.
</p>
<p>5. Avoid native-management interop scenarios with potentially costly marshalling side-effects.</p>
<p>This is part 1 of a 2 episode series and focuses upon using WWSAPI from a client application. The example illustrates a client application using WWSAPI to interact with a &quot;Sort Service&quot;.
</p>
<p>Find sample code and additional technical details at <a shape="rect" href="http://code.msdn.microsoft.com/wwsapi" title="Code Gallery" target="_blank" shape="rect">
MSDN Code Gallery</a>.<br>
<br>
See part 2 of this series <a shape="rect" href="http://channel9.msdn.com/tags/WWSAPI" title="CH9 WWSAPI" target="_self" shape="rect">
here</a>.</p>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/wwsapi/RSS&WT.dl=0&WT.entryid=Entry:RSSView:1a6d1b04149a439dbfb29deb000b51ab">]]></description>
      <comments>http://channel9.msdn.com/Blogs/philpenn/WWSAPIclient</comments>
      <itunes:summary>
With the Windows Web Services API (WWSAPI), you can connect your C/C&amp;#43;&amp;#43; client applications with web services. You can also create C/C&amp;#43;&amp;#43; server-side web service end-points. WWSAPI is new with Windows 7 (client) and Windows Server 2008 R2 (server). WWSAPI
 is also back-ported to all formally supported versions of Windows (client and server). The WWSAPI runtime library (WebServices.dll) is a native-code implementation of WS-* family of protocols for SOAP based web services.
 
WWSAPI enables several solution scenarios and benefits including: 
1. Implement web services in native C/C&amp;#43;&amp;#43; code on both Windows client and server. C/C&amp;#43;&amp;#43; application developers have often requested this platform technology capability but were previously forced to write their own or interface their native-code solutions
 with managed-code wrappers.  
2. Achieve interoperability with web services implemented using Windows Communication Foundation (WCF), ASP.NET XML Web Services, and even services implemented using non-Microsoft implementations of WS-* libraries. 
3. Construct web services with minimal service startup time and minimal process working-set dependencies. 
4. Use web services implementations in resource-constrained deployment environments.
 
5. Avoid native-management interop scenarios with potentially costly marshalling side-effects. 
This is part 1 of a 2 episode series and focuses upon using WWSAPI from a client application. The example illustrates a client application using WWSAPI to interact with a &amp;quot;Sort Service&amp;quot;.
 
Find sample code and additional technical details at 
MSDN Code Gallery.

See part 2 of this series 
here. 
</itunes:summary>
      <itunes:duration>1347</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/philpenn/WWSAPIclient</link>
      <pubDate>Thu, 23 Jul 2009 02:11:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/philpenn/WWSAPIclient</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/477506_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/477506_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/0e261db8-3fc0-4599-98ee-7fe5965beeaa.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/06c9b783-1bdf-4d3b-8fb6-be64f86db110.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/6/0/5/7/7/4/WWSAPICLIENT_2MB_ch9.wmv" expression="full" duration="1347" fileSize="35524375" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/6/0/5/7/7/4/WWSAPICLIENT_ch9.mp3" expression="full" duration="1347" fileSize="10778504" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/6/0/5/7/7/4/WWSAPICLIENT_ch9.mp4" expression="full" duration="1347" fileSize="45652234" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/6/0/5/7/7/4/WWSAPICLIENT_ch9.wma" expression="full" duration="1347" fileSize="21808021" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/6/0/5/7/7/4/WWSAPICLIENT_Zune_ch9.wmv" expression="full" duration="1347" fileSize="44573505" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/6/0/5/7/7/4/WWSAPICLIENT_Zune_ch9.wmv" length="44573505" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Phil Pennington</dc:creator>
      <itunes:author>Phil Pennington</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/philpenn/WWSAPIclient/RSS</wfw:commentRss>
      <category>w2k8r2</category>
      <category>Web Services</category>
      <category>Windows 7</category>
      <category>Windows Server 2008 R2</category>
      <category>WWSAPI</category>
    </item>
  <item>
      <title>Windows Web Services</title>
      <description><![CDATA[
<p>With Windows Web Services, you can create applications that communicate easily with a local computer or a remote Web service. Windows Web Services is a native-code implementation of SOAP and provides core network communication by supporting a broad set of
 the Web services (WS) family of protocols. Windows Web Services is a peer to Windows Communication Foundation (WCF – managed-code Web services), and provides a high-performance subset of WCF functionality.
</p>
<p>Watch Yochay Kiriaty, Windows 7 Technical Evangelist, and Windows Web Services API PM Nikola Dudar as we explain the Windows
<b><span>native </span></b>Web Services APIs, and why Microsoft created a new set of Web Services APIs when we have WCF. For more technical content on Windows 7 and few cool code samples, go to the
<a shape="rect" href="http://blogs.msdn.com/yochay" shape="rect">Windows 7 Blog for Developers</a>.
</p>
<p>You can always watch the <a shape="rect" href="http://channel9.msdn.com/pdc2008/PC01/" shape="rect">
Windows 7: Web Services in Native Code</a> PDC session in case you missed the live session
</p>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/wwsapi/RSS&WT.dl=0&WT.entryid=Entry:RSSView:165e4a3ace1d421ab17a9deb016d7093">]]></description>
      <comments>http://channel9.msdn.com/Blogs/yochay/Windows-Web-Services</comments>
      <itunes:summary>
With Windows Web Services, you can create applications that communicate easily with a local computer or a remote Web service. Windows Web Services is a native-code implementation of SOAP and provides core network communication by supporting a broad set of
 the Web services (WS) family of protocols. Windows Web Services is a peer to Windows Communication Foundation (WCF – managed-code Web services), and provides a high-performance subset of WCF functionality.
 
Watch Yochay Kiriaty, Windows 7 Technical Evangelist, and Windows Web Services API PM Nikola Dudar as we explain the Windows
native Web Services APIs, and why Microsoft created a new set of Web Services APIs when we have WCF. For more technical content on Windows 7 and few cool code samples, go to the
Windows 7 Blog for Developers.
 
You can always watch the 
Windows 7: Web Services in Native Code PDC session in case you missed the live session
 
</itunes:summary>
      <itunes:duration>2259</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/yochay/Windows-Web-Services</link>
      <pubDate>Fri, 09 Jan 2009 22:41:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/yochay/Windows-Web-Services</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/447059_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/447059_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/5/0/7/4/4/WindowsWebServicesAPI_large_ch9.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/5/0/7/4/4/WindowsWebServicesAPI_small_ch9.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/5/0/7/4/4/WindowsWebServicesAPI_2MB_ch9.wmv" expression="full" duration="2259" fileSize="515443499" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/5/0/7/4/4/WindowsWebServicesAPI_ch9.mp3" expression="full" duration="2259" fileSize="18077698" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/5/0/7/4/4/WindowsWebServicesAPI_ch9.mp4" expression="full" duration="2259" fileSize="460935104" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/5/0/7/4/4/WindowsWebServicesAPI_ch9.wma" expression="full" duration="2259" fileSize="36563669" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/5/0/7/4/4/WindowsWebServicesAPI_ch9.wmv" expression="full" duration="2259" fileSize="133522997" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/5/0/7/4/4/WindowsWebServicesAPI_Zune_ch9.wmv" expression="full" duration="2259" fileSize="253730977" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="mms://mschnlnine.wmod.llnwd.net/a1809/d1/ch9/9/5/0/7/4/4/WindowsWebServicesAPI_s_ch9.wmv" expression="full" duration="2259" fileSize="223" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/5/0/7/4/4/WindowsWebServicesAPI_ch9.wmv" length="133522997" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Yochay Kiriaty</dc:creator>
      <itunes:author>Yochay Kiriaty</itunes:author>
      <slash:comments>12</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/yochay/Windows-Web-Services/RSS</wfw:commentRss>
      <category>Architecture</category>
      <category>C++</category>
      <category>Web Services</category>
      <category>Windows 7</category>
      <category>WWSAPI</category>
    </item>
  <item>
      <title>Windows 7: Web Services in Native Code </title>
      <description><![CDATA[Windows 7 introduces a new networking API with support for building SOAP based web services in native code. This session discusses the programming model, interoperability aspects with other implementations of WS-* protocols, and demonstrates various services
 and applications built using this API.
<ul class="speakers">
<li>
<div class="name">Nikola Dudar</div>
<div class="description">Nikola Dudar is a program manager on Windows Networking team. He is working on a new Windows API for connecting web services and native code. In his previous position, he was a Program Manager on Visual C&#43;&#43; team. He worked on building
 new features in VC&#43;&#43; libraries. Prior joining Microsoft, Nikola has been involved in a research of architectures for data warehouses used in scientific data analysis and machine learning. He has MS in Computer Science degree from the University of New Mexico
 and MS degree in Control Systems and Automation from Vinnytsya National Technical University.</div>
</li></ul>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/wwsapi/RSS&WT.dl=0&WT.entryid=Entry:RSSView:67d26ae3704948149ab59deb001afdb9">]]></description>
      <comments>http://channel9.msdn.com/Blogs/pdc2008/PC01</comments>
      <itunes:summary>Windows 7 introduces a new networking API with support for building SOAP based web services in native code. This session discusses the programming model, interoperability aspects with other implementations of WS-* protocols, and demonstrates various services
 and applications built using this API.


Nikola Dudar
Nikola Dudar is a program manager on Windows Networking team. He is working on a new Windows API for connecting web services and native code. In his previous position, he was a Program Manager on Visual C&amp;#43;&amp;#43; team. He worked on building
 new features in VC&amp;#43;&amp;#43; libraries. Prior joining Microsoft, Nikola has been involved in a research of architectures for data warehouses used in scientific data analysis and machine learning. He has MS in Computer Science degree from the University of New Mexico
 and MS degree in Control Systems and Automation from Vinnytsya National Technical University.

</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/pdc2008/PC01</link>
      <pubDate>Wed, 29 Oct 2008 16:35:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/pdc2008/PC01</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/418914_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/418914_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC01.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC01.mp4" expression="full" fileSize="119001969" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC01.wmv" expression="full" fileSize="226442047" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC01.wmv" expression="full" fileSize="487566343" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC01.wmv" expression="full" fileSize="48367967" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC01.wmv" length="226442047" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Charles</dc:creator>
      <itunes:author>Charles</itunes:author>
      <slash:comments>8</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/pdc2008/PC01/RSS</wfw:commentRss>
      <category>Advanced</category>
      <category>Breakout Session</category>
      <category>Server 2008 R2</category>
      <category>w2k8r2</category>
      <category>Windows 7</category>
      <category>WWSAPI</category>
    </item>    
</channel>
</rss>