.NET news » Web Services Web Services Rss Feed

download

What Gives You the Right? Combine the Powers of AzMan and WSE 3.0 to Protect Your Web Services

In this article, Niels Flensted-Jensen demonstrates how you can combine new and existing Microsoft technologies with minimal new code to provide flexible authorization for individual Web service methods. Windows 2003 Authorization Manager, Web Service Enhancements 3.0, and Enterprise Library all play a part.

ASP.NET: Combine Web and Windows Services to Run Your ASP.NET Code at Scheduled Intervals

If you want to schedule ASP.NET tasks, one solution is to use a Web service to provide an interface to your ASP.NET application and build a Windows service that calls to it at scheduled intervals. Thus the ASP.NET application doesn't have to own the scheduling logic. Here the author shows how to schedule your ASP.NET tasks using a Windows service to initiate the Web service call because Windows services can start themselves when Windows boots up.
15 Feb 2005, 02:00:00   Source: ASP.NET: Combine Web and Windows Services to Run Your...   Tags: Web Services

Web Services: Increase Your App's Reach Using WSDL to Combine Multiple Web Services

The very tools that have helped drive the growing adoption of Web services, and the enabling abstractions that they provide, can often prevent developers from peeking behind the curtains at the XML standards that make up the Web services stack. This article will offer a solution that enables type sharing between proxies created for complementary Web services, while at the same time providing an opportunity to examine the Web Services Description Language (WSDL) and its interaction with the Web services tools you know and love.
15 Feb 2005, 02:00:00   Source: Web Services: Increase Your App's Reach Using WSDL to...   Tags: Web Services