WCF interoperability binding for duplex communication?
Posted
by mt_serg
on Stack Overflow
See other posts from Stack Overflow
or by mt_serg
Published on 2010-04-07T13:22:34Z
Indexed on
2010/04/07
13:23 UTC
Read the original article
Hit count: 283
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 ?
© Stack Overflow or respective owner