Web Services Enhancements

Web Services Enhancements (WSE) is an obsolete[1] add-on to the Microsoft .NET Framework, which includes a set of classes that implement additional WS-* web service specifications chiefly in areas such as security, reliable messaging, and sending attachments.[2] Web services are business logic components which provide functionality via the Internet using standard protocols such as HTTP. Web services communicate via either SOAP or REST messages. WSE provides extensions to the SOAP protocol and allows the definition of custom security, reliable messaging, policy, etc. Developers can add these capabilities at design time using code or at deployment time through the use of a policy file.

WSE has been replaced by Windows Communication Foundation (WCF).

  1. ^ "Web Service Enhancements (WSE) Supported Environments – Distributed Services Support Team". blogs.msdn.microsoft.com. 25 October 2012. Retrieved 2019-07-15.
  2. ^ Overview of WSE