[Mono-list] [WCF] Are these parts implemented?

David Curylo curylod at asme.org
Tue Aug 13 19:38:34 UTC 2013


Mono WCF support is very incomplete.  Recommend looking at ServiceStack: http://servicestack.net

On Aug 6, 2013, at 4:12 AM, alexzhu <imthezc at gmail.com> wrote:

> Mono version: 3.3.0 (master/568e0bc)
> Service: Self-hosted RESTful service
> 
> I found a few things ain't compatible with .NET, may be not implemented?
> *  CODE:*
>  [OperationContract]
>        [WebInvoke(Method = "POST", UriTemplate = "MyMethod?a={aged}", 
>            RequestFormat = WebMessageFormat.Json, ResponseFormat =
> WebMessageFormat.Json,
>            BodyStyle = WebMessageBodyStyle.Wrapped)]
>        List<Dude> MyMethod(List<Dude> dude, ref int aged,out int current);
> 
> 1. unable to post multiple parameters body, throw  XmlReaderException
> 2. ref/out ain't work, return nothing in json results
> 
> 
> 
> --
> View this message in context: http://mono.1490590.n4.nabble.com/WCF-Are-these-parts-implemented-tp4660435.html
> Sent from the Mono - General mailing list archive at Nabble.com.
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list



More information about the Mono-list mailing list