Re: [Mono-list] Webservices and return data types

2008-01-15 Thread Oleg Deribas
Bálint Kardos wrote: i'm trying to port a VisualStudio2005 project to mono. It has a webservice with the following code: with the MS framework, the DataSet type is fully functional, with mono, it generates an exception: It used to work. But I've tried it more than year ago. But how do you

Re: [Mono-list] Webservices and return data types

2008-01-15 Thread Bálint Kardos
Oleg, I got it worked after upgrading mono from 1.2.3 - 1.2.6 (the problem was with MySql connector + System.Data fixed in this version). It's a real pain, that i just couldn't find a debugger for xsp2... i installed the xsp-debug package as well, but after some googling, i still don't know how

Re: [Mono-list] Webservices and return data types

2008-01-15 Thread Oleg Deribas
Bálint Kardos wrote: The only problem was when I've tried to connect to this web service from Visual Studio, it said when i've tried to add a web reference: The document at the url http://x.hu/WebShop.asmx was not recognized as a known document type. However by explicitly calling

Re: [Mono-list] Webservices and return data types

2008-01-15 Thread Bálint Kardos
Hi, I like click'n'build stuff, but the MySqlConnector does stupid things: C:\zmcs WebShop.asmx.cs -lib:c:\z\bin -r:System.Web -r:System.Web.Services -r:S ystem.Data -r:MySql.Data -r:MySql.Data.MySqlClient -t:library -out:WebShop.dll error CS0006: cannot find metadata file

Re: [Mono-list] WebServices in Mod_mono Apache

2007-05-07 Thread Marek Habersack
On Fri, 4 May 2007 09:59:03 -0300, Marco Aurelio V. da Silva [EMAIL PROTECTED] scribbled: Dears [snip] !-- Web.Config Configuration File -- configuration system.web customErrors mode=Off/ /system.web /configuration Notes: The current error page you are seeing can

RE: [Mono-list] WebServices on mod_mono and SSL

2006-03-27 Thread Dana Epp
I am running a bunch of Web Services on both Debian and Ubuntu under Apache via SSL (using mod_ssl). It does work. Sorry I can't be help to the underlying problem you are having. Regards, Dana Epp [Microsoft Security MVP] http://silverstr.ufies.org/blog/ -Original Message- From:

Re: [Mono-list] WebServices and Databases

2005-08-22 Thread Gonzalo Paniagua Javier
On Mon, 2005-08-22 at 15:21 -0400, Steven Bell wrote: Hi, This is probably a basic question, but I am a bit stumped. I would like to write a webservice to access a Postgresql database. How do I attach a reference to the asmx file, so it can find Npgsql.dll? Use the @Assembly directive.

Re: [Mono-list] WebServices and Databases

2005-08-22 Thread Kornél Pál
See http://msdn.microsoft.com/library/en-us/cpgenref/html/gngrfassemblydirectivesyntax.asp And put Npgsql.dll to the bin directory of the web application or install it to the GAC. Mono comes with Npgsql.dll in the GAC but you have to install it on .NET Framework. Kornél - Original Message

Re: [Mono-list] WebServices

2005-07-12 Thread Adrian Dinu
Try mono 1.1.8-2 1.1.8 gave me the same issues. On Tue, 2005-07-12 at 20:02 +1000, [EMAIL PROTECTED] wrote: Is there some secret one needs to know, in order to run a web service on Linux with Mono and Apache? I can't get any response, when I test my web service, nor when I test the two

RE: [Mono-list] WebServices

2005-07-12 Thread Carl Olsen
Hi Tracy, I found it to be fairly simple, but I used Visual Studio to create the files and then moved them over to my Linux box. I had to remove the Codebehind attribute in the asmx page to get it working. I have a couple functions that run stored procedures in PostgreSQL that I call from the

RE: [Mono-list] WebServices

2005-07-12 Thread Carl Olsen
Dinu Sent: Tuesday, July 12, 2005 5:27 AM To: [EMAIL PROTECTED] Cc: mono-list@lists.ximian.com Subject: Re: [Mono-list] WebServices Try mono 1.1.8-2 1.1.8 gave me the same issues. On Tue, 2005-07-12 at 20:02 +1000, [EMAIL PROTECTED] wrote: Is there some secret one needs to know, in order

Re: [Mono-list] WebServices and Mono

2004-07-14 Thread Gonzalo Paniagua Javier
El mié, 14-07-2004 a las 12:38, [EMAIL PROTECTED] escribió: Hi, I'm new in Mono and WebServices technology. Could anybody write me a simple web service cliente example (web application) of TestService.asmx (in /usr/share/doc/xsp/test). [...] And...Which are the steps for creating and

Re: [Mono-list] webservices / error401 / credentials / modmono

2004-06-07 Thread Richard Torkar
On Mon, 2004-06-07 at 09:28 +0200, KiOrKY wrote: *SNIP* and is there an util like wsdl.exe on mono? Yes. tux ~$ ls /usr/bin/wsdl* /usr/bin/wsdl /usr/bin/wsdl.exe /Richard ___ Mono-list maillist - [EMAIL PROTECTED]

Re: [Mono-list] webservices / error401 / credentials / modmono

2004-06-07 Thread KiOrKY
sorry, it was so simple ;) thanks, thanks, thanks, thanks, thanks, thanks, thanks, thanks !!! Richard Torkar [EMAIL PROTECTED] a écrit : On Mon, 2004-06-07 at 09:28 +0200, KiOrKY wrote: *SNIP* gt; and is there an util like wsdl.exe on mono? Yes. tux ~$ ls /usr/bin/wsdl*

Re: [Mono-list] webservices / error401 / credentials / modmono

2004-06-07 Thread KiOrKY
but for: does mono implement credentials because when i want to use a distant webservice on an IIS server i get ann 401 (access refused) error. But when i accept anonymous request this 401 error disappear! the code of the webservice: try{ Websrvcl.localhost.Service1 srv =

Re: [Mono-list] webservices / error401 / credentials / modmono

2004-06-07 Thread Jonathan Stowe
On Mon, 2004-06-07 at 08:38, KiOrKY wrote: but for: does mono implement credentials because when i want to use a distant webservice on an IIS server i get ann 401 (access refused) error. But when i accept anonymous request this 401 error disappear! the code of the webservice: Is the IIS

Re: [Mono-list] webservices / error401 / credentials / modmono

2004-06-07 Thread KiOrKY
i had tried both. Whats Former? Jonathan Stowe [EMAIL PROTECTED] a écrit : On Mon, 2004-06-07 at 08:38, KiOrKY wrote: gt; but for: gt; gt; does mono implement credentials because when i want to use a distant webservice on an IIS server i get ann 401 (access refused) error. gt; But when i

Re: [Mono-list] webservices / error401 / credentials / modmono

2004-06-07 Thread Cory Nelson
Former == first of two things, Latter == second. In this case Basic Authentication and Windows Authentication. On Mon, 7 Jun 2004 11:38:16 +0200, KiOrKY [EMAIL PROTECTED] wrote: i had tried both. Whats Former? Jonathan Stowe [EMAIL PROTECTED] a écrit : On Mon, 2004-06-07 at 08:38,

Re: [Mono-list] webservices / error401 / credentials / modmono

2004-06-07 Thread Black Fox
KiOrKY said the following: Is the IIS configured to use Basic Authentication or the windows integrated authentication? If the latter I think you will find it will work if you use the former. i had tried both. Whats Former? Jonathan Stowe [EMAIL PROTECTED] a écrit :

Re: [Mono-list] webservices / error401 / credentials / modmono

2004-06-07 Thread KiOrKY
thanks, it works. Is there a mean to make it work witjh windows integrated authentification System? regards Cory Nelson [EMAIL PROTECTED] a écrit : Former == first of two things, Latter == second. In this case Basic Authentication and Windows Authentication. On Mon, 7 Jun 2004 11:38:16

Re: [Mono-list] webservices / error401 / credentials / modmono

2004-06-07 Thread Jonathan Stowe
On Mon, 2004-06-07 at 12:34, KiOrKY wrote: thanks, it works. Is there a mean to make it work witjh windows integrated authentification System? At a guess I would say supplying a patch that implemented NTLM Challenge Response authentication would do it :-) /J\ regards Cory Nelson [EMAIL

Re: [Mono-list] webservices / pb

2004-05-26 Thread KiOrKY
oui, mais jaime pas trop les packages, pour moi ceszt juste une faco n de decouvrir quand cest necessaire (pour aller plus vite). je compile toujours les sources et je fais un petit checkinstall -D (je te le conseille ;) ) les deps sont bonnes je pense? Pour icu cest le 2.8 par les sources !

Re: [Mono-list] webservices

2004-05-25 Thread Jonathan Stowe
On Tue, 2004-05-25 at 11:30, KiOrKY wrote: ho, how work the webserivces on mono? You need to install mod_mono and xsp, but beyond that the web services work essentially the same as under IIS with the .asmx files. where can i find tutorial? There are example .asmx files in the xsp samples.

Re: [Mono-list] webservices / need help on installing mono

2004-05-25 Thread KiOrKY
sorry i copy my last thread here to not flood the mailing list. the problem is taht i cant install mono to continue performing my tests... So i prepare all in theory... but i cant practice.. help me :-) Hi, so ... i keep on posting on mono list but no one had answer me for one week. I will open

[Mono-list] Problem installing Beta 1 on Debian ( was Re: [Mono-list] webservices / need help on installing mono)

2004-05-25 Thread Jonathan Stowe
On Tue, 2004-05-25 at 12:59, KiOrKY wrote: sorry i copy my last thread here to not flood the mailing list. the problem is taht i cant install mono to continue performing my tests... Please do not continuously re-send the same question to the list, if no-one has responded to your previous

Re: Problem installing Beta 1 on Debian ( was Re: [Mono-list] webservices / need help on installing mono)

2004-05-25 Thread KiOrKY
in an hurry, a) you have not provided enough information. i had ever said that i use debian sid (see my signature) , that i had reported the bug if you want complete information (#58945 on bugzilla.ximian.com) b) no-one knows the answer to your question. i dont mind ! im not alone with