Re: [Mono-dev] [Mono-Dev] [Patch] System.Web.Services: ensure conformant WebSevice fails to generate its wsdl

2007-01-31 Thread Miguel de Icaza
Hello, Some developers are stating that the new changes to web services break all web services. Anything we should be watching out for? Hi Kosta, Thanks for the patch ! The attached patch ensures that a webservice attributed with [WebServiceBinding (ConformsTo =

Re: [Mono-dev] [Mono-Dev] [Patch] System.Web.Services: ensure conformant WebSevice fails to generate its wsdl

2007-01-31 Thread Atsushi Eno
This patch from Kosta is not applied yet. What is the details? There is nothing we can do without any information. Atsushi Eno Miguel de Icaza wrote: Hello, Some developers are stating that the new changes to web services break all web services. Anything we should be watching out

Re: [Mono-dev] [Mono-Dev] [Patch] System.Web.Services: ensure conformant WebSevice fails to generate its wsdl

2007-01-31 Thread Miguel de Icaza
Hey, This patch from Kosta is not applied yet. What is the details? There is nothing we can do without any information. Ok, so it was not this. Hubert reported this: http://monoport.com/1622 Miguel. ___ Mono-devel-list mailing list

Re: [Mono-dev] [Mono-Dev] [Patch] System.Web.Services: ensure conformant WebSevice fails to generate its wsdl

2007-01-31 Thread Atsushi Eno
Hey, It still does not tell much. Any reason he cannot file a bug report with something we can actually run? With the stack trace which starts with System.Net I'm not sure whether it is related to web service changes or not. Atsushi Eno Miguel de Icaza wrote: Hey, This patch from Kosta

Re: [Mono-dev] HttpWebRequest method patch

2007-01-31 Thread Atsushi Eno
Gert Driesen wrote: - Original Message - From: Robert Jordan [EMAIL PROTECTED] To: mono-devel-list@lists.ximian.com Sent: Monday, January 29, 2007 12:46 PM Subject: Re: [Mono-dev] HttpWebRequest method patch Hi Atsushi, Atsushi Eno wrote: Well, it is very good idea to

Re: [Mono-dev] [Mono-Dev] [Patch] System.Web.Services: ensure conformant WebSevice fails to generate its wsdl

2007-01-31 Thread Hubert FONGARNAND
Here's my IRC discussion with robert jordan, i hope it could help hubert the problem is... hubert Default service=new Default(); hubert service.Url=http://10.69.100.164:8080/Default.asmx;; hubert service.Method(); hubert this failed hubert and hubert Default service=new Default(); hubert

Re: [Mono-dev] HttpWebRequest method patch

2007-01-31 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:mono-devel-list- [EMAIL PROTECTED] On Behalf Of Atsushi Eno Sent: woensdag 31 januari 2007 17:44 To: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] HttpWebRequest method patch Gert Driesen wrote: - Original

Re: [Mono-dev] HttpWebRequest method patch

2007-01-31 Thread Atsushi Eno
Gert Driesen wrote: If you want to make a big deal out of adding a test (which helped to find out how MS exactly behaves, and which was marked NotWorking), then please go ahead. You are likely misunderstanding what NotWorking means. It is used to mark tests on which we should fix our class

Re: [Mono-dev] HttpWebRequest method patch

2007-01-31 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:mono-devel-list- [EMAIL PROTECTED] On Behalf Of Atsushi Eno Sent: woensdag 31 januari 2007 18:18 To: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] HttpWebRequest method patch Gert Driesen wrote: If you want to make

Re: [Mono-dev] HttpWebRequest method patch

2007-01-31 Thread Atsushi Eno
Gert Driesen wrote: You are likely misunderstanding what NotWorking means. It is used to mark tests on which we should fix our class libs based on them. There should not be any tests marked as NotWorking while they are for other purposes. Otherwise anyone else might spend his or her time to

Re: [Mono-dev] [PATCH] Mono.Data.SqliteClient ADO.NET 2.0 - new implementation

2007-01-31 Thread Patrick Earl
I'm glad to see Mono supporting the provider from Robert Simpson. It seems to be of high quality and actively maintained. I'm curious whether the encryption support in the provider will be made cross-platform if committed to mono. I would personally find such support beneficial.

Re: [Mono-dev] [PATCH] Mono.Data.SqliteClient ADO.NET 2.0 - new implementation

2007-01-31 Thread Marek Habersack
On Wed, 31 Jan 2007 11:56:37 -0700, Patrick Earl [EMAIL PROTECTED] scribbled: I'm glad to see Mono supporting the provider from Robert Simpson. It We are effectively forking the effort, but I'm going to watch the changes Robert makes to his tree and backport the changes if need be. His stuff

[Mono-dev] [PATCH] System.Text.Encoding.GetEncoding compatibility fixes

2007-01-31 Thread Gert Driesen
Hi, The attached patch fixes some minor differences between our and MS' Encoding.GetEncoding implementation. * GetEncoding (int): do not allow codepage value below zero and above 0x. * GetEncoding (string): modified NotSupportedException to ArgumentException when encoding is not supported

Re: [Mono-dev] [Mono-Dev] [Patch] System.Web.Services: ensure conformant WebSevice fails to generate its wsdl

2007-01-31 Thread Konstantin Triger
Title: RE: [Mono-Dev] [Patch] System.Web.Services: ensure conformant WebSevice fails to generate its wsdl Hello Atsushi, No, this is not correct. If there is no WebServiceBindingAttribute I add a default BindingInfo. I refactored the BindingInfo construction because currently we always