Hi,
Is there any way I can refer WCF service reference in my Remobject C# for Android. The WCF service I am using is not a REST full service, the service uses http binding.
Is it possible to use the proxy generated by svcutil or slsvcutil with Remobject C#?
It will be very helpful if any one direct me to a sample implementation or documentation.
If you don’t already have a lot of legacy code that relies on WCF you should check RemObjectsSDK and (possibly) DataAbstract frameworks. In my experience ROSDK is much easier to use than WCF and it works on all relevant platforms.