(re-post to group)

Another solution is of course to use the
ServiceStack<http://www.servicestack.net/> web
services framework, which apart from having the advantage of being easier
and more productive than WCF - also has a working MonoTouch application:

The source code for the RestFiles client can be found here:
https://github.com/ServiceStack/ServiceStack.Examples/tree/master/src/MonoTouch/RestFilesClient

It's a simple client that shows how to call the existing RestFiles web
services <http://www.servicestack.net/RestFiles/> using both sync and async
clients.

Because of the AOT JIT restrictions in MonoTouch you will need to use the
MonoTouch builds of ServiceStack Generic Web Service Clients which are
downloadable separately here:
https://github.com/ServiceStack/ServiceStack/tree/master/release/latest/MonoTouch

Cheers,


On Tue, Jul 5, 2011 at 7:32 AM, scheelings <[email protected]> wrote:

> DataSets over WCF is not done!
> You should take some time and create some DataContracts which can be send
> over WCF.
> The only thing that you have to do is convert your WCF service, so that
> cannot be a lot of work. The Business layer does not have to be changed.
>
> Another solution is using Web Services in stead of WCF services.
>
> --
> View this message in context:
> http://monotouch.2284126.n4.nabble.com/WCF-System-Data-Datasets-tp3645045p3645198.html
> Sent from the MonoTouch mailing list archive at Nabble.com.
> _______________________________________________
> MonoTouch mailing list
> [email protected]
> http://lists.ximian.com/mailman/listinfo/monotouch
>



-- 
- Demis

http://twitter.com/demisbellot
http://www.servicestack.net/mythz_blog
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to