6

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?

pnuts
  • 58,317
  • 11
  • 87
  • 139
sparkyspider
  • 13,195
  • 10
  • 89
  • 133

2 Answers2

0

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.

Eugene Mayevski 'Callback
  • 45,135
  • 8
  • 71
  • 121
0

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

linuxbuild
  • 15,843
  • 6
  • 60
  • 87