WCF interoperability binding for duplex communication?
- by mt_serg
I have a wcf sevice and silverlight client. My contract has callbacks and therefore I implement PollingDuplexHttpBinding.
Now, I want connect to wcf service from java or c++ code. What binding should I add to service config ?