问题
Microsoft has Web Services Enhancements (WSE) 3.0 for .NET. The assembly is Micresoft.Web.Service3.dll. What's the replacement for this in .NET 4.0?
回答1:
WSE 3.0 was the last version of WSE. In later .Net framework versions, WSE was superseded by WCF (Windows Communications Foundation). There is info on how to migrate from WSE to WCF here. WCF support for WS-* specifications is detailed here.
来源:https://stackoverflow.com/questions/3907157/whats-assembly-for-microsoft-web-service3-of-net-2-0-in-net-4-0