.NET news » Web Services 
Programming .NET Web Services
Authors: Alex Ferrara, Matthew MacDonald
Average rating: (7 reviews)
More .NET Web Services books
Build a Queued WCF Response Service
Windows Communication Foundation (WCF) enables disconnected work between clients and services. The client posts messages to a queue and the service processes them later. Such interaction permits a different programming model from the default request/response pattern, enabling possibilities such as load leveling, improved availability, and compensating work, to name just a few. This column starts with a brief introduction to Windows Communication Foundation queued calls and then presents an interesting problem-how to get results out of a queued call-and the solution via some cool Windows Communication Foundation programming techniques and a few helper classes.
Hyperscale Messaging in .NET with Amazon's Simple Queuing Service (SQS)
Amazon SQS makes queuing messages across organizations over HTTP a snap with its Web service interface and Amazon-backed infrastructure. This article walks you through the process to get started using Amazon SQS to create and control queues and messages.
14 Dec 2006, 22:30:54 Source: Hyperscale Messaging in .NET with Amazon's Simple Queuing...
Tags: Web Services
Service Station: Web Service Software Factory
Web Service Software Factory is designed to help you build Web service solutions that follow known architecture and design patterns, as Aaron Skonnard explains here.
7 Easy Steps to Building Your Idea Around Amazon Web Services
This article is a simple, step-by-step guide for those who have ideas and want to quickly implement them. We'll use code to demonstrate how easy it is to build an application on Amazon S3. We'll also highlight questions that you may ask before releasing an application.
18 Oct 2006, 10:54:00 Source: 7 Easy Steps to Building Your Idea Around Amazon Web...
Tags: Web Services
ASP.NET
Consuming External Web Services with Microsoft Atlas
To consume external Web services in Atlas, you build a server-based Web service proxy to the service. The good news is that you can leverage Visual Studio and Atlas features to handle most of the work.
21 Sep 2006, 17:43:23 Source: Consuming External Web Services with Microsoft Atlas
Tags: Ajax
Web Services
Managing State in Web Services
Explains how to manage a session and application state objects in ASP.NET Web Services.
Implementing Web Service Clients
Explains how Web services work and how to call it from ASP.NET.
SOA Testing using White, Black and Gray Box Techniques
Effective techniques are revealed to developers and testers on testing Web Services for reliability and robustness. These techniques demonstrate how a user can push the boundary of testing Web Services intelligently, without having access to the source code to a Web Service.
21 Jun 2006, 22:08:52 Source: SOA Testing using White, Black and Gray Box Techniques
Tags: Testing
Web Services
Adding a zip filter to web services
Passing large amounts of data through web services can become a huge bottle-neck in a WAN application architecture (i.e., server is on the web), and in any case, a real load on the network traffic. This is one solution for downsizing the network costs.
Service Station: WSE 3.0, SOAP Transports, and More
This month Aaron Skonnard answers reader questions on service orientation and policy-based compatibility, SOAP's transport-neutral design, and Web Services Enhancements (WSE) 3.0.

