what's assembly for Microsoft.Web.Service3 of .NET 2.0 in .NET 4.0?

蹲街弑〆低调 提交于 2019-12-12 01:13:06

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!