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

亡梦爱人 提交于 2019-12-05 06:38:30

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.

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

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