Hi all I'm actually developing a client/server application : the client consumes a WCF service.
The client needs to get database data, so the WCF service returns Linq-to-SQL entities (System.Data.Linq.Mapping.TableAttribute) To implement a "push" communication from server to client, we are going to implement duplex contract with WSDualHttpBinding, but this binding is not interoperable with native Iphone/android SDKs. Here is my question : for the future, we think about developing mobile client (Android/iPhone), I did research about interoperability, and monotouch is the best solution i found by now, but is it possible to develop android/iphone app using this type of WCF service (entities exchange + WSDualHttpBinding) ? Thanks in advance -- View this message in context: http://monotouch.2284126.n4.nabble.com/Using-WCF-WSDual-binding-in-android-iphone-tp3767721p3767721.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
