Re: [Mono-dev] Problems with System.ServiceModel.Web

2010-10-15 Thread Atsushi Eno
Hello, OK, I have checked in your patch in almost identical form in git master. I found that GET operation does not pass on .NET when GetRequestClientFormatter() is invoked, so I split it into another contract and marked the test as NotWorking (it haven't passed earlier anyways). Thanks a lot

Re: [Mono-dev] Problems with System.ServiceModel.Web

2010-10-13 Thread Frank Wilhelm
Hello, thank you for your review. I tried to use the style of the existing code but I guess I missed some spaces. The problem with your modifications is that it defeats the purpose of my patch. In .NET I can host a method with a definition like: [OperationContract]

Re: [Mono-dev] Problems with System.ServiceModel.Web

2010-10-12 Thread Atsushi Eno
Hello, Thanks for the patch, I very much appreciate it. Though there were some problems in your patch. - your implementation had an assumptiopn that WebGetAttribute and WebInvokeAttribute has non-null UriTemplate. They can indeed be null. - Your change broke

[Mono-dev] Problems with System.ServiceModel.Web

2010-10-09 Thread Frank Wilhelm
Hello Mono devs, I tried running my web service on Mono and ran into several issues. I use the WebHttpBinding to create REST web services by hosting that with the ServiceHost class. This works fine on .NET but the Mono implementation of System.ServiceModel.Web shows very different, and very