Skip to content Skip to sidebar Skip to footer

Wcf Duplex Service And Android Client? Any Possibilities

I have created a WCF duplex service and client in .NET and its working fine and its pretty good also. Now I wish to make an Android client. I have used kSoap previously for webserv

Solution 1:

Unfortunately none of the duplex bindings are interoperable

At this point polling might be your simplest option. Further down the line maybe you could use something like WebSockets (WCF supports them in the next version - 4.5)

Post a Comment for "Wcf Duplex Service And Android Client? Any Possibilities"