Web Services Enhancements

Web Services Enhancements (WSE) 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.[1] 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).

Versions

All versions install side-by-side.

There is no update for WSE to work with VS2008 or later versions. WSE is now obsolete. WCF provides the equivalent functionality.

See also

References

External links

This article is issued from Wikipedia - version of the Wednesday, July 15, 2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.