[Mono-devel-list] SOAP Attachment

2005-06-01 Thread Florent Guiliani
Hi all, I'm trying to deal with SOAP Attachment with mono (http://www.w3.org/TR/SOAP-attachments). I can see some class (MimePart, MimePartCollection) but they have no members. Is SOAP Attachment is supported with mono ? Is someone can provide an use case? Florent,

[Mono-devel-list] Web.Services TARGET_JVM specific changes

2005-06-01 Thread Konstantin Triger
Hello, I would like to submit the Java specific changes, which are under TARGET_JVM define and do not impact the mono flow. The diff file attached. If noone objects, I'll commit. -- Regards, Konstantin Triger Index: System.Web.Services.Description/ServiceDescription.cs

Re: [Mono-devel-list] SOAP Attachment

2005-06-01 Thread Lluis Sanchez
El dc 01 de 06 del 2005 a les 11:51 +0200, en/na Florent Guiliani va escriure: Hi all, I'm trying to deal with SOAP Attachment with mono (http://www.w3.org/TR/SOAP-attachments). I can see some class (MimePart, MimePartCollection) but they have no members. Is SOAP Attachment is

Re: [Mono-devel-list] Looking for Summer of Code Information

2005-06-01 Thread Jonathan Pryor
On Tue, 2005-05-31 at 22:05 -0400, Justin Berka wrote: 1. Ruby.NET - Just how hard is it to write a compiler. Also, what kind of existing tools would be used for this, and what would have to be written from scratch? In principal, it's not hard to write a compiler. You just need a lexer, a

RE: [Mono-devel-list] Mono 1.1.7: xsp support server-side ssl?

2005-06-01 Thread Sébastien Pouliot
Thanks Brian, this is great news. I noticed the Mono.WebServer.dll split but not the SSL support. Note that the man file will need to be updated. Sebastien Pouliot home: [EMAIL PROTECTED] blog: http://pages.infinit.net/ctech/poupou.html -Original Message- From: Brian Ritchie

[Mono-devel-list] W3C xmlconf test status

2005-06-01 Thread Andrew Skiba
Hi again. I think my mission with W3C testsuite is done. Few thinks that can be improved I listed in TODO file, but the suite can be used already. I ran this suite against the last GH System.Xml and Mono, and there were 10 fixes and 62 regressions. I devided all tests that fail on mono into

Re: [Mono-devel-list] SOAP Attachment

2005-06-01 Thread Florent Guiliani
Lluis Sanchez a écrit : El dc 01 de 06 del 2005 a les 11:51 +0200, en/na Florent Guiliani va escriure: Hi all, I'm trying to deal with SOAP Attachment with mono (http://www.w3.org/TR/SOAP-attachments). I can see some class (MimePart, MimePartCollection) but they have no members. Is

Re: [Mono-devel-list] Determine the name and/or kind of CLI runtime environment

2005-06-01 Thread Kornél Pál
From: Jonathan Gilbert Mono would automatically reuse itself when using Process.Start to invoke other .NET binaries. I seriously can't think of many cases where you'd want to force the use of a *different* runtime. =/ I just want to execute the same mono binary to get the version of the runtime

[Mono-devel-list] [PATCH] S.W.UI.Page

2005-06-01 Thread Jb Evain
Hello, Here is a patch for the Page object, so that it behaves more like Microsoft's implementation. This is useful when some guy write things like: class Client : Page {} in order to be able to use the Session in its Client class, without thinking about HttpContext.Current. Jb

Re: [Mono-devel-list] [Patch] AssemblyName changes

2005-06-01 Thread Zoltan Varga
Hi, This is ok to check in. Zoltan On 5/30/05, Carlos Alberto Cortez [EMAIL PROTECTED] wrote: Hey, attached is the patch with the changes. Carlos. El jue, 26-05-2005 a las 12:04 +0200, Zoltan Varga escribió: Hey,

Re: [Mono-devel-list] Oracle ORA-24374: Fetch errors only on solaris but not linux

2005-06-01 Thread Daniel Morgan
The problem might be with byte order - little-endian vs. big-endian. It works on Windows 2000/XP and Linux/x86. There is a bug for for OracleClient not working on PPC (Mac OS X). At the end of the bug, someone mentions it does not work on Solaris either.