webservices 和 WCF 中 basicHttp 绑定的区别
在实现基本 httpbounding 方面,WCF 和 WSE2.0 Web 服务有什么区别?谁能指出使用相同协议但使用不同技术时可能存在的细微差别。
What is the difference between WCF and WSE2.0 webservices when it comes to implementation of basic httpbinding. Can anyone point out what may be the subtle differnces when it come sto use the same protocol but using different technology.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不确定这是否是您正在寻找的,但我只遇到过一次差异。我针对一个非常旧的 asmx web 服务生成了 wcf 代理,并在某些操作上遇到了序列化错误。当我使用“遗留”网络参考重新生成代码时,一切正常。
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. When I regenerated the code using a "legacy" web reference everything worked fine.
一篇非常好的文章描述了这一点在这里。
还解释了各种 wcf 绑定希望
这会有所帮助。
A very good article describing this is here.
Also the various wcf bindings are explained here
hope this helps.