WSe is short for Web service enhancement. Is a web service enhancement. The current version is 3.0. WSe provides effective support for developing ws on the. NET platform. In fact, WSe can be understood as follows:. NET web services are Microsoft's processing tools for Web Services, while WSE is an enhancement of tools. Enhancements include security and transmission.
To learn more about security enhancement, you also need some additional knowledge, such as hash, encryption, and certificate. These are my notes:
Http://www.cnblogs.com/jams742003/category/241179.html
(1)WSeInstallation
The current version 3.0 can be:
Http://www.microsoft.com/downloads/details.aspx
? Familyid = 018a 09fd -3A 74 -43c 5-8ec1-8d789091255d & displaylang = en
Download
Download the package and install it. Install it as a plug-in during installation and install it in vs2005. For installation in vs2008, refer to other documents. After the installation is complete, create a new website project and right-click the website project to view the "WSE settings 3.0" option. WSe is successfully installed.
(2)WSeConfiguration
Open the WSE settings 3.0 Configuration window to configure WSE. This visual tool configures the config file. It has the following tabs:
General; secuity; routing; policy; tokenissuing; diagnostics; messaging)
(3)WSePairWSSecurity Enhancement
In WS, if you want to perform user authentication, you can add user information to the SOAP header, and then set the SOAP header information on the client. The server reads and verifies the information, to determine the user's identity and permissions. The specific practices are as follows:
Http://www.cnblogs.com/jams742003/archive/2010/03/31/1701555.html
Some operations on the derived class of soapheader can be used to add additional information to the header of the SOAP envelope. The information is in plaintext format. Of course, some security technologies can be used to protect the information, such as encryption, I will not go into details here.
For the WSE outline, see the following WSE articles by Xu (male:
Http://www.cnblogs.com/frank_xl/archive/2009/02/28/1400007.html