Web Services Enhancements


Web Services Enhancements is an obsolete 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. 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.

Versions

All versions install side-by-side.
WSE stopped receiving updates, as the latest version was supported with the . WCF provides the equivalent functionality.