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  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to