Web服务安全:WSE3.0和WCF的优缺点是什么?
我正在我的公司开发一套新的网络服务。
我的经理要求我为此提供更高级别的安全性,因为 Web 服务将处理敏感信息。
我在网上搜索了有关如何保护 Web 服务的资源,两个亚军是 WSE3.0 和 WCF。
但我不知道哪一个是最好的选择。
我的需求规定某些Web服务必须由非.NET环境调用,那么如何进行?
在这种情况下哪一个是最好的?
I'm developing a new set of web services at my company.
My manager asked me to provide a greater level of security for this, as the web services will handle sensitive informations.
I've searched the net for resources about how to secure an web service and the two runner ups are WSE3.0 and WCF.
But I have no idea which one is the best option to choose from.
My requirement stipulate that some of the web service must be called by non-.NET environment, so how to proceed?
Which one is the best in such scenario?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您有能力进行新开发,绝对选择 WCF!
它提供了更多的功能、更多的安全选项、绑定以及更多的扩展点(如果您需要调整系统)。
WCF 还支持比以前更多的行业标准互操作场景,因此您也应该在这一领域得到更多的了解。
以下是专门介绍 WCF 安全性的几篇文章:
这里毫无疑问 - 这是一个灌篮 - 使用 WCF !!
马克
If you have the luxury of doing new development, DEFINITELY go with WCF!
It offers much more functionality, much more options for security, bindings, and way more extension points should you need to tweak your system.
WCF also support way more industry-standard interoperability scenarios than anything else before, so you should be more than covered in this area, too.
Here are a few articles specifically on WCF security:
No question here - it's a slam dunk - go with WCF !!
Marc