|
Web Services Enhancements for Microsoft. NET (WSE) is a supported add-on to Microsoft Visual Studio. NET and the Microsoft. NET Framework providing developers the latest advanced Web services capabilities to keep pace with the evolving Web services protocol specifications. |
Web Services Enhancements (WSE) is a class library used to implement advanced Web service protocols. It supports integration of core functions with the operating system and enhances the functions of policies, trust, and context token. it allows developers to develop corresponding Web Services programs without having to have a deep understanding of the specific content of the Protocol, greatly simplifying the development difficulty and making Web Services applications possible for enterprise-level projects.
1. MSDN main site for WSE: Web Services Enhancements (WSE)
2. MSN Library: Web Services Enhancements
3. msdn TV: Web Service Enhancements (WSE) 3.0 and Secure Web Services
4. Use WSE to verify user identity in Web Services
Resources in MSDN China
1. Use Web Services Enhancements 2.0 for programming
Summary: Learn How to support policies, trust, content tokens, and new programming modes in Web Services Enhancements 2.0. (This article contains links to English sites)
2. Web Services Enhancements
Abstract:The WSE architecture model is based on the filter pipeline for processing inbound and outbound SOAP messages. The function (mainly) is achieved by using the filter for processing inbound and outbound messages. You can use filters independently or in pipelines, or control the default configurations of pipelines in processes. You can also create custom filters to add the functions you need.
3. Understand DIME and WS-Attachments
Abstract:This article introduces the basic principles of attachments, including the main concepts of packaging and Message description.
4. Use Web Services Enhancements to send SOAP messages with attachments
Abstract:This section describes how to use the DIME and WS-Attachments specifications to send Attachments in Web Services Enhancements 1.0 for Microsoft. NET.
5. Transfer from WS-Routing to WS-Addressing using WSE 2.0
Abstract:This article introduces the problems encountered by Web Service Routing and the need for neutral Addressing for transmission. It focuses on the transfer from WS-Routing to the new WS-Addressing specification. This article introduces the core WS-Addressing concept and uses Web Service Enhancements 2.0 to implement secure routing.
6. Use Role-based security of Web Services Enhancements 2.0
Abstract:This section describes how to use Web Services Enhancements 2.0 for Microsoft. NET (WSE 2.0) to integrate X.509-based WS-Security Authentication and role-based Security functions in Microsoft. NET Framework. This section focuses on how to use WS-Policy in WSE 2.0 to greatly simplify tasks.
7. Understand SOAP
Abstract:SOAP provides a simple, scalable, and feature-rich XML Message Processing framework that defines high-level application protocols to provide higher interoperability in distributed heterogeneous environments.
CodeProject:
1. SoapMSMQ TransportWse3.0
2.WseServiceBus
3. CustomWse3.0 Policy Assertions for Signing and Encrypting SOAP Messages with Username Tokens
4. Create Asynchronous Web ServicesWseV2.0 and ASP. NET SimpleHandlerFactory
5.
Other resources
1.Builder.com.cn-programming-use wse dime in the. NET Framework
2.Builder.com.cn-Web technology-Microsoft "Web service enhancement" Overview
3. What does Microsoft's Web Service Enhancements bring to us...