1

I need to implement a service that supports duplex communication with non WCF clients (python, Java, Ruby, etc.). However, none of the default bindings seem to support such a scenario (wsDualHttpBinding not really being interop: https://blogs.oracle.com/arungupta/entry/wshttpdualbinding_a_non_interoperable_binding)

Is there a custom binding which would offer callback functionality for non WCF clients? Alternatively, I am considering using CORBA to achieve the same functionality but the ability to use WSDL to communicate the interface definitions would be lost.

Till Hoffmann
  • 9,479
  • 6
  • 46
  • 64
  • Are you tied to using WCF, or is an alternative like ApacheMQ an option? – Chris Sep 08 '12 at 23:20
  • No, I am not tied to using WCF but liked the ease of exposing interfaces to clients - until I ran into the problem with duplex bindings. Will have a look at ApacheMQ. – Till Hoffmann Sep 09 '12 at 08:09

0 Answers0