What's the replacment for Microsoft.Web.Services3.dll in .NET 4.x?

偶尔善良 提交于 2019-12-10 11:24:42

问题


I have an app used Microsoft.Web.Services3 before. Now I want to move this app to .NET 4.x. What's the replacment for Microsoft.Web.Services3.dll in .NET 4.x?

or I should keep the assembly Microsoft.Web.Services3.dll and the reference to it in my app even I use .NET 4.x?


回答1:


You might want to consider migrating your WSE Web Services to WCF. That article says

The benefits of migrating WSE 3.0 Web services to Windows Communication Foundation (WCF) include improved performance and the support of additional transports, additional security scenarios, and WS-* specifications. A Web service that is migrated from WSE 3.0 to WCF can experience up to a 200% to 400% performance improvement.




回答2:


Microsoft.Web.Services3.dll is part of the obsolete WSE 3.0.

There is no direct replacement. You should rewrite the service to use WCF.



来源:https://stackoverflow.com/questions/4649645/whats-the-replacment-for-microsoft-web-services3-dll-in-net-4-x

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