Access WCF Callback Service form Android (Bidirectional channel between WCF & Android)

350 Views Asked by At

I am using my WCF service from Android by making my service RESTFUL and using basicHttpBinding. My question is: Is it possible for android client (or any non microsoft client) to call a WCF service that implements callback? If not, any idea that can act like a Bidirectional channel between WCF & Android?

0

There are 0 best solutions below