Web Service Security: What are the pros and cons of WSE3.0 and WCF?

你离开我真会死。 提交于 2019-12-13 03:06:41

问题


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?


回答1:


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:

  • Fundamentals of WCF Security
  • Programming WCF Security
  • WCF Security Guidance

No question here - it's a slam dunk - go with WCF !!

Marc



来源:https://stackoverflow.com/questions/894962/web-service-security-what-are-the-pros-and-cons-of-wse3-0-and-wcf

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