简体   繁体   English

WebServices中的basicHttp绑定与WCF之间的区别

[英]Difference between basicHttp binding in webservices and WCF

What is the difference between WCF and WSE2.0 webservices when it comes to implementation of basic httpbinding. WCF和WSE2.0 Web服务之间在实现基本http绑定方面有何区别? Can anyone point out what may be the subtle differnces when it come sto use the same protocol but using different technology. 谁能指出使用相同协议但使用不同技术时可能存在的细微差异。

Not sure if this is what you're looking for but I've only run into a difference once. 不确定这是否是您要寻找的东西,但是我只遇到了一次差异。 I generated wcf proxies against a very old asmx webservice and ran into serialization errors on certain operations. 我针对非常古老的asmx Web服务生成了wcf代理,并在某些操作中遇到了序列化错误。 When I regenerated the code using a "legacy" web reference everything worked fine. 当我使用“旧版”网络参考重新生成代码时,一切工作正常。

A very good article describing this is here . 这里有一篇很好的文章对此进行了描述

Also the various wcf bindings are explained here 另外, 这里还解释了各种WCF绑定

hope this helps. 希望这可以帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 将WCF服务绑定从basichttp更改为nettcp - Change WCF Service Binding From basichttp to nettcp WCF:WS-Dual绑定或basichttp绑定到块中的流文件 - WCF: WS-Dual binding or basichttp binding to stream file in chunks 为什么 Silverlight 2 只支持 WCF basicHTTP 绑定? - Why does Silverlight 2 only support WCF basicHTTP binding? WCF / basicHttp和NTLM身份验证 - WCF/basicHttp and NTLM authentication 自托管WCF上的Basichttp和net.tcp绑定。 无法连接到net.tcp绑定 - Basichttp AND net.tcp binding on a selfhosted WCF. Can't connect to net.tcp binding 确定公开基本http绑定的wcf服务的主机类型(selfhost与iis) - Determine host type ( selfhost vs iis ) for a wcf service exposing basichttp binding 如何保护托管在 IIS 中的 WCF 服务,使用 BasicHttp 绑定,并且没有 SSL 证书? - How do I secure a WCF Service, hosted in IIS, using BasicHttp binding, and NO SSL Cert? 具有消息安全性的WCF / basicHttp可与Java客户端互操作吗? - WCF/basicHttp with message security interoperable with Java client? BizTalk 2020 弃用 WCF-BasicHttp - BizTalk 2020 Deprecating WCF-BasicHttp WCF-BasicHttp NTLM ESB指南 - WCF-BasicHttp NTLM ESB guidance
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM