简体   繁体   English

如何使用SOAP 1.1为\\。创建Net.TCP WCF绑定?

[英]How to create Net.TCP WCF binding for\using SOAP 1.1?

How to create Net.TCP WCF binding for\\using SOAP 1.1? 如何使用SOAP 1.1为\\。创建Net.TCP WCF绑定? Is it posible? 有可能吗?

If yes. 如是。 What do I need? 我需要什么?

  • MSDN if there is any help on this. MSDN上是否有任何帮助。
  • Open Source Libs/wrappers. 开源库/包装器。
  • Tutorials and blog articles on How to do it. 有关如何做的教程和博客文章。


If no : I need know where did you get the information from (link to MSDN or other official WCF information resource). 如果不是 :我需要知道您从哪里获得信息(链接到MSDN或其他官方WCF信息资源)。

I think TCP binding also uses SOAP protocol, but within SOAP message it uses binary encoding instead of text. 我认为TCP绑定也使用SOAP协议,但是在SOAP消息中,它使用二进制编码而不是文本。 For more clarification please see this article: 有关更多说明,请参阅本文:

MSDN: MSDN:

  • SOAP is an XML format. SOAP是一种XML格式。
  • Net tcpbinding is a binary format. 净tcpbinding是二进制格式。

They are two different things. 他们是两个不同的东西。

What you can do is to expose a service with 2 endpoints, one SOAP and one binary. 您可以做的是公开具有2个端点,一个SOAP和一个二进制文件的服务。

I think if you need a SOAP/TCP protocol (SOAP-based or XML Infoset-based) and you want to keep your solution open for interoperability like WCF - WSIT (Java) you need to use a tool like WCF-Xtensions from Noemax. 我认为,如果您需要SOAP / TCP协议(基于SOAP或基于XML Infoset的),并且想要保持互操作性(如WCF-WSIT(Java))的开放性,则需要使用Noemax的WCF-Xtensions之类的工具。

http://www.noemax.com/global/press_releases/september_24_2007.html http://www.noemax.com/global/press_releases/september_24_2007.html

Oracle has a SOAP/TCP recommendation, but I don't really see a lot of out of the box components, etc which implement it. Oracle提出了SOAP / TCP建议,但是我并没有看到很多现成的组件等来实现它。 It is a shame because it is pretty fast and works on both Java and .NET 很遗憾,因为它非常快并且可以在Java和.NET上运行

http://java.sun.com/webservices/reference/apis-docs/soap-tcp-v1.0.pdf http://java.sun.com/webservices/reference/apis-docs/soap-tcp-v1.0.pdf

I am not aware of free components. 我不知道免费组件。 If you know any please comment on my post. 如果您知道任何信息,请评论我的帖子。 I am working on a WCF - WSIT (Metro) integration project and WS-Http turned out to be very slow. 我正在进行WCF-WSIT(地铁)集成项目,而WS-Http却非常慢。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM