Re: [Mono-dev] Mono Webservices Bug

2005-10-03 Thread Yngve Zackrisson
Hi I do not know if you have any help by this knowledge but I run .NET Remoting between a Win32 MS .NET client and a Linux (Fedora Core 3) Mono server. I invoke the remote objects methods with HTTP (Binary Formater) and is able to both add DataSets as parameters and returns. In other words,

Re: [Mono-dev] Mono Webservices Bug

2005-10-03 Thread Lluis Sanchez
Hi, This is a known bug already fixed in SVN HEAD. El dv 30 de 09 del 2005 a les 18:53 -0700, en/na Ko Ko va escriure: Hi, I notice that when I run Webservice on Linux with Mono, I got some problem with Data return from web services. When I return simple data like string from web services

[Mono-dev] Mono Webservices Bug

2005-09-30 Thread Ko Ko
Hi, I notice that when I run Webservice on Linux with Mono, I got some problem with Data return from web services. When I return simple data like string from web services public string Hello() { return "Hello"; } my web application can receive the data return as string by invoking