[MonoTouch] Web Services with MonoTouch, instructions

John Moshakis john.moshakis at rogers.com
Thu Oct 1 10:32:45 EDT 2009



Cool, thanks for the update.

Cheers,
John


----- Original Message ----
From: Atsushi Eno <atsushi at ximian.com>
To: "monotouch at lists.ximian.com" <MonoTouch at lists.ximian.com>
Sent: Wednesday, September 30, 2009 11:42:42 PM
Subject: Re: [MonoTouch] Web Services with MonoTouch, instructions

Hello,

DataContractJsonSerializer is part of (actually, the whole part of) 
System.ServiceModel.Web
in Moonlight and should be portable to MT. However, it does not include 
WebHttpBinding
and other REST stack (neither does Silverlight). I know it is pretty 
much impossible with
current Silverlight API. Also to note, in Silverlight 
JsonReaderWriterFactory is in System.Runtime.Serialization.Json.dll 
which is a SDK assembly that we don't ship.
(Creating this one should be easy for MT team and/or Moonlight team.)

Now that WCF is to be included in MT, I can officially say that I'm 
planning to add MT-only
assembly that supports the REST stack. But that's only after I finish my 
current task at hand.

Atsushi Eno

On 2009/10/01 9:35, John Moshakis wrote:
> Hi Miguel,
>
> I was looking at the mono code for DataContractJsonSerializer and I noticed his name.
>
> So I was wondering if the preview will include DataContractJsonSerializer ?
>
> Cheers,
> John
>
>
> ----- Original Message ----
> From: Miguel de Icaza<miguel at novell.com>
> To: Lennie de Villiers<lennie at soliditech.com>
> Cc: "monotouch at lists.ximian.com"<MonoTouch at lists.ximian.com>
> Sent: Wednesday, September 30, 2009 3:35:54 PM
> Subject: Re: [MonoTouch] Web Services with MonoTouch, instructions
>
> Hello,
>
>      Actually, with a couple of exceptions, most of WCF was done by
> Atsushi Enomoto at Novell.
>
>    
>> I remember WCF was done as part of a Google Summer Of Code project in
>> Mono.
>>
>> On Wed, Sep 30, 2009 at 7:25 PM, Miguel de Icaza<miguel at novell.com>
>> wrote:
>>          Hello,
>>
>>          >  Awesome Miguel! This is a huge feature add. Thanks to all
>>          involved.
>>          >
>>          >  Apple itself does not have a good web services story. Just
>>          as I thought MonoTouch is surpassing Apple's SDK and IDE
>>          tooling :)
>>          >
>>          >  Will this be a part of 1.1 by default?
>>
>>
>>          I will try very hard to get this in the default build.
>>
>>          Additionally, we believe we will have a "preview" of WCF as
>>          well, the
>>          more advanced web services stack as available on Silverlight,
>>          but that
>>          still has some rough edges.
>>
>>
>>          _______________________________________________
>>          MonoTouch mailing list
>>        MonoTouch at lists.ximian.com
>>        http://lists.ximian.com/mailman/listinfo/monotouch
>>
>>
>>
>>
>> -- 
>> Kind Regards,
>>
>> Lennie De Villiers
>> Soliditech (Pty) Ltd
>> SOLID INFORMATION TECHNOLOGIES
>>
>> 23 Franklin Road, Cape Town, 7708
>> Telephone: +27 21 674 6662
>> Fax: +27 86 50 11 099
>> Email: lennie at soliditech.com
>> Website: http://www.soliditech.com
>> Disclaimer: http://www.soliditech.com/disclaimer.html
>>
>>      
> _______________________________________________
> MonoTouch mailing list
> MonoTouch at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monotouch
>
> _______________________________________________
> MonoTouch mailing list
> MonoTouch at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monotouch
>
>    

_______________________________________________
MonoTouch mailing list
MonoTouch at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch



More information about the MonoTouch mailing list