wcf学习--BasicHttpBinding 和 WsHttpBinding 的不同点

转载自:http://www.cnblogs.com/virusswb/archive/2010/02/21/1670225.html


BasicHttpBinding和WsHttpBinding的不同点

  如果非要用一句话概述BasicHttpBinding和WsHttpBinding的不同的话,那就是WsHttpBinding支持WS- Security specifications,WS-Security specifications具有扩展web service的能力。

  下面的表格式是对两者在安全、兼容性、可靠性和SOAP版本方面的比较。

  

CriteriaBasicHttpBindingWsHttpBinding
Security supportThis supports the old ASMX style, i.e. WS-BasicProfile 1.1.This exposes web services using WS-* specifications.
CompatibilityThis is aimed for clients who do not have .NET 3.0 installed and it supports wider ranges of clients. Many of the clients like Windows 2000 still do not run .NET 3.0. So older version of .NET can consume this service.As its built using WS-* specifications, it does not support wider ranges of client and it cannot be consumed by older .NET version less than 3 version.
Soap versionSOAP 1.1SOAP 1.2 and WS-Addressing specification.
Reliable messagingNot supported. In other words, if a client fires two or three calls you really do not know if they will return back in the same order.Supported as it supports WS-* specifications.
Default security optionsBy default, there is no security provided for messages when the client calls happen. In other words, data is sent as plain text.As WsHttBinding supports WS-*, it has WS-Security enabled by default. So the data is not sent in plain text.
Security options
  • None
  • Windows – default authentication
  • Basic
  • Certificate
  • None
  • Transport
  • Message
  • Transport with message credentials

 

  两者之间最大的不同你一定已经注意到了,那就是安全。默认情况下,BasicHttpBinding发送的是明文数据,而 WsHttpBinding发送的是加密和更加安全的数据。为了证明这一点,我们新建两个服务,一个使用BasicHttpBinding,一个使用 WsHttpBinding,然后详细查看一下他们的安全方面。

说明:默认情况下,使用basicHttpBinding的时候,安全是没有启用的。换句话说,它很像以前的webservice,也就是.asmx。但是不意味着我们不能启用安全。稍后,我会写一篇关于basicHttpBinding启用安全的文章(http://www.codeproject.com/Articles/36289/8-steps-to-enable-windows-authentication-on-WCF-Ba)
 

什么时候使用BasicHttpBinding,什么时候使用WsHttpBinding?

  如果你希望有向后兼容的能力,并且支持更多的客户端,你可以选择basicHttpBinding,如果你确定你的客户端使用的是.NET 3.0甚至更高的话,你可以选择wsHttpBinding。



评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值