<rss version="2.0">
  <channel>
    <title>MSDN Screencasts | By Tags | Web Service</title>
    <description></description>
    <language>en-gb</language>
    <link>http://www.microsoft.com/uk/msdn/screencasts/default.aspx</link>
    <pubDate>Wed, 02 Dec 2009 17:23:42 GMT</pubDate>
    <lastBuildDate>Wed, 02 Dec 2009 17:23:42 GMT</lastBuildDate>
    <generator>MSDN Event Service 1.0</generator>
    <ttl>1440</ttl>
    <item>
      <title>WF V3.5 - Building WCF Services Using Workflow Foundation</title>
      <description>In .NET Framework V3.5, Workflow Foundation comes together with Communication Foundation in order that we can easily build a Workflow and make it available as a WCF service. In this video, we'll take a look at doing that.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/285/WF-V35-Building-WCF-Services-Using-Workflow-Foundation.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Wed, 21 Nov 2007 19:36:28 GMT</pubDate>
    </item>
    <item>
      <title>Using HTTP, XML and JSON in WCF V3.5</title>
      <description>Windows Communication Foundation V3.5 makes it easy to offer services which are addressed with a simple URI, accessed over the HTTP protocol and return simple XML or JSON serialized data. This is great for people wanting to consume services from clients such as AJAX web clients. In this video, we take a look at how we can take an existing WCF service and add XML/JSON support over HTTP.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/286/Using-HTTP-XML-and-JSON-in-WCF-V35.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Wed, 21 Nov 2007 19:33:55 GMT</pubDate>
    </item>
    <item>
      <title>Durable Services with WCF V3.5</title>
      <description>Windows Communication Foundation in .NET Framework V3.5 has some new capabilities around easily building services which manage long-running conversations with clients. The new framework bits make it much easier to write services and clients which operate in a web farm, survive re-starts whilst maintaining a client conversation.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/270/Durable-Services-with-WCF-V35.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Sat, 13 Oct 2007 19:40:09 GMT</pubDate>
    </item>
    <item>
      <title>Offering Syndicated RSS/ATOM Data from WCF V3.5 Services</title>
      <description>Windows Communication Foundation V3.5 comes with a built-in object model that makes serialization and consumption of syndication formats like RSS and ATOM a lot easier than hand-cranking your own XML. In this video, we'll take a look at how we add RSS generation to an existing WCF service.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/269/Offering-Syndicated-RSSATOM-Data-from-WCF-V35-Services.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Sat, 13 Oct 2007 19:33:42 GMT</pubDate>
    </item>
    <item>
      <title>Windows Workflow Foundation: Exposing Web Services</title>
      <description>Workflow Foundation has built-in capabilities that allow a Workflow to be published as an ASP.NET Web Service - in this session we'll look at how this is done and how it works.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/25/Windows-Workflow-Foundation-Exposing-Web-Services.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Sat, 26 Aug 2006 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Windows Workflow Foundation: Calling Web Services</title>
      <description>This session looks at how to make a call to a Web Service from a Workflow.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/39/Windows-Workflow-Foundation-Calling-Web-Services.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Mon, 26 Jun 2006 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>How to Use CAS with ASP.NET</title>
      <description>This Screencast explains how you can use code access security policy in ASP.NET 2.0 applications to provide a constrained execution environment for running your Web applications and Web services. This technique is designed for scenarios where multiple Web applications are hosted on a shared server and where you need to provide application isolation and restricted access to shared system resources. This Screencast shows you how to use standard policy and also how to customise policy if one of the standard trust levels does not meet your application's precise requirements.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/65/How-to-Use-CAS-with-ASPNET.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Thu, 23 Feb 2006 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>WSE 3.0 Preview: Securing Web Services</title>
      <description>WSE 3.0 simplifies advanced security for web services - here we'll look at how that can be done with X509 certificates.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/85/WSE-30-Preview-Securing-Web-Services.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Mon, 03 Oct 2005 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Consuming a web service from the device: Simple use of Web Reference dialog</title>
      <description>This Screencast presents how to use Visual Studio .NET 2003 to build a device application that can consume a web service. Also looks at exception handling over SOAP and retrieving DataSet classes from a web service.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/86/Consuming-a-web-service-from-the-device-Simple-use-of-Web-Reference-dialog.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Fri, 23 Sep 2005 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>WSE 3.0 Preview: Hosting ASP.NET Web Services over TCP</title>
      <description>With WSE 3.0 we can host ASP.NET web services over non-HTTP transports without IIS - this session takes a look.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/91/WSE-30-Preview-Hosting-ASPNET-Web-Services-over-TCP.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Mon, 05 Sep 2005 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Checking WS-I Basic Profile compliance with ASMX V2.0 Web Services</title>
      <description>ASP.NET 2.0 can check the compliance of your web services to the WS-I Basic Profile Version 1.1. This session takes a look.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/93/Checking-WS-I-Basic-Profile-compliance-with-ASMX-V20-Web-Services.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Wed, 31 Aug 2005 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Using custom serialization with ASMX V2.0 Web Services</title>
      <description>With ASP.NET 2.0 web services we can take complete control over XML serialization. This sessions looks at how we might implement that.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/96/Using-custom-serialization-with-ASMX-V20-Web-Services.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Fri, 19 Aug 2005 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Using interface based development techniques with ASMX V2.0 Web Services</title>
      <description>ASP.NET 2.0 web services can be built using the traditional class-based method and a new interface-based method which we look at here.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/97/Using-interface-based-development-techniques-with-ASMX-V20-Web-Services.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Tue, 16 Aug 2005 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>MyFirst PPC App</title>
      <description>What steps to build your first mobile application to consume a web service, deploy to an emulator and debug the application.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/104/MyFirst-PPC-App.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Mon, 25 Jul 2005 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Sending Attachments with WSE2.0 Web Services</title>
      <description>In this session we'll look at passing file attachments from a web service to a client and vice versa</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/119/Sending-Attachments-with-WSE20-Web-Services.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Tue, 31 May 2005 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Enabling WSE2.0 for ASP.NET Web Services</title>
      <description>This session introduces WSE2.0 and shows how to switch on WSE2.0 support in ASP.NET Web Services</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/127/Enabling-WSE20-for-ASPNET-Web-Services.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Fri, 29 Apr 2005 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Working with asynchronous ASP.NET Web Services</title>
      <description>In this session we'll look at both the client side and service side work involved in taking an asynchronous approach to our web services.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/130/Working-with-asynchronous-ASPNET-Web-Services.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Fri, 29 Apr 2005 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Working with SOAP extensions in ASP.NET Web Services</title>
      <description>This session looks at the SoapExtension extensibility mechanism for ASP.NET Web Services and how we can make use of it.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/137/Working-with-SOAP-extensions-in-ASPNET-Web-Services.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Thu, 24 Mar 2005 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Building and consuming an ASP.NET Web Service</title>
      <description>This session walks through the basics of building a web service and consuming it from a simple client application</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/139/Building-and-consuming-an-ASPNET-Web-Service.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Thu, 17 Mar 2005 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Working with SOAP headers in ASP.NET Web Services</title>
      <description>This session looks at how we can program against SOAP headers from ASP.NET web services</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/140/Working-with-SOAP-headers-in-ASPNET-Web-Services.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Thu, 17 Mar 2005 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Calling Web Services Asynchronously</title>
      <description>Want to invoke a back-end web service without hanging your user interface? Let's look how.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/144/Calling-Web-Services-Asynchronously.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Thu, 03 Mar 2005 08:00:00 GMT</pubDate>
    </item>
  </channel>
</rss>