Is there a Java API that can binary communicate with a Microsoft WCF service?

随声附和 提交于 2019-12-07 02:38:33

问题


I would like to be able to do binary communication between a WCF server and Java client. Is this possible? Are there any API's that can communicate with this Microsoft protocol?


回答1:


Is WCF on the server a requirement? If no, then our MsgConnect product is similar (but simpler and easier to use) to WCF and it's cross-platofrm, from smartphones to desktops to servers, with Java and .NET implementations available. And source code is available as well.




回答2:


I suppose you are looking for WSIT - Java's bridge to Microsoft WCF (previously known as Project Tango):

All of Metro (including WSIT) is tested for interoperability between the Java platform and Windows Communication Foundation (WCF) (aka Indigo) in .NET 3.0 and .NET 3.5



来源:https://stackoverflow.com/questions/4711671/is-there-a-java-api-that-can-binary-communicate-with-a-microsoft-wcf-service

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