3

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?

  • Yes.As my knowledge generally in WCF services for loading/getting images from server mostly writing callback events.we can call these services from android. – user3494837 Jul 15 '14 at 07:01
  • why you are using basicHttpBinding.Check with wsHttpBidning. – user3494837 Jul 15 '14 at 07:03
  • wsHttpBidning can be accessed by Android using any Soap library, but currently the available soap library for Android is v1.1 and wsHttpBidning uses Soap v1.2 which is not fully supported in Android. So using basicHttpBinding makes the service REST which can be accessed using http GET & POST from any platform – Mohamed Al-Hosary Jul 15 '14 at 07:20
  • any help will be appreciated – Mohamed Al-Hosary Jul 20 '14 at 08:34

0 Answers0