.NET news » Web Services Web Services Rss Feed

download

SoapMSMQ Transport for WSE 3.0

The soap.msmq transport update for the WSE 3.0, configuration and usage of the message exchange patterns.
6 Mar 2006, 12:32:00   Source: SoapMSMQ Transport for WSE 3.0   Tags: Web Services

ASP.NET Webservices: The request failed with HTTP status 401: Access Denied error

You may receive the error: The request failed with HTTP status 401: Access Denied when trying to access a Webservice from your ASP.NET Application. This article discusses on the resolution for the same.

Custom MembershipProvider and RoleProvider Implementations that use Web Services

Custom MembershipProvider and RoleProvider Implementations that use Web Services in order to separate the application and database servers.

Using TIP (Transaction Internet Protocol) to Enlist Web Services into COM+ Distributed Transactions

Shows how to use TIP to communicate with web services in a COM+ distributed transaction.

Web Service and IIS Security hurdles

How to configure IIS in order to enable the use of Named Kernel Objects in Web Services.
28 Jan 2006, 01:14:00   Source: Web Service and IIS Security hurdles   Tags: Web Services

Modifying Web.Config During Installation

How to modify the Web.Config of a WebService during installation.
26 Jan 2006, 22:50:00   Source: Modifying Web.Config During Installation   Tags: Web Services

WSE Security: Protect Your Web Services Through The Extensible Policy Framework In WSE 3.0

This article describes the WSE policy framework, which allows you to describe constraints and requirements a Web service must enforce. Discussions include security scenarios in WSE 3.0 and extending the framework with custom constraints and requirements.

Web Service Security Guidance

Provides architectural, design, and implementation guidance for Web service security by using Web Services Enhancements (WSE) 3.0. Includes scenarios, patterns, decision matrices, and QuickStarts to help you make the most appropriate security decisions.
14 Dec 2005, 00:09:48   Source: Web Service Security Guidance   Tags: Web Services Security

How to Create a Web Service in C#

Learn how to create a Web service in C#.
1 Dec 2005, 01:07:37   Source: How to Create a Web Service in C#   Tags: C# Examples Web Services

Online Article: Manage Custom Security Credentials the Smart (Client) Way

Online Article: Manage Custom Security Credentials the Smart (Client) Way

Both Internet and intranet applications often require a custom store for user accounts and roles. ASP.NET 2.0 provides an out-of-the-box provider model as well as a SQL Sever database just for that propose. Unfortunately, the only way to administer the credentials databases is via Visual Studio 2005, and only for local Web applications. This article presents a full-blown custom security management application that administrators can use. The application wraps the ASP.NET 2.0 providers with a Web service and even adds missing features. This article presents the design approaches, challenges, and techniques involved in developing such an application. The article also walks you through some powerful yet useful techniques such as interface-based Web services, reflection-based Web service compatibility, advanced C# 2.0, Web services security, and Web services transactions.