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:\z>mcs 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 `MySql.Data.MySqlClien

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 c

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: > 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 y

[Mono-list] Webservices and return data types

2008-01-11 Thread Bálint Kardos
hi, i'm trying to port a VisualStudio2005 project to mono. It has a webservice with the following code: "public class WebShop : System.Web.Services.WebService { [WebMethod] public DataSet GetProductList(int start, int pagesize, int category, string language) {

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] > > > > > > > > > > > Notes: The current error page you are seeing can be replaced by a custom > error page by modifying the "defaultRedirect" attribute of the ap

[Mono-list] WebServices in Mod_mono Apache

2007-05-04 Thread Marco Aurelio V. da Silva
Dears I have one server with: FreeBsd 6.2 Apache 2.0 Mono 1.2.4_1 (Installed via Forge Novell) Mod_mono 1.2.4 (Installed via Forge Novell) Xsp-1.2.4 (Installed via Forge Novell) i create an webservice in visual studio 2005 (c# webservice Hello World Basic) , when trying to execute this w

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

2006-03-27 Thread Dana Epp
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michal Ziemski Sent: Monday, March 27, 2006 12:46 AM To: mono-list@lists.ximian.com Subject: [Mono-list] WebServices on mod_mono and SSL Hi! Does mod_mono support working with mod_ssl? When I try to run TestService.asmx through https

[Mono-list] WebServices on mod_mono and SSL

2006-03-27 Thread Michał Ziemski
Hi! Does mod_mono support working with mod_ssl? When I try to run TestService.asmx through https I get: "Error getting response stream (Write): SendFailure". When I use http everything is fine. Michal Ziemski ___ Mono-list maillist - Mono-list@lists.

Re: [Mono-list] WebServices and Databases

2005-08-22 Thread Kornél Pál
- From: "Steven Bell" <[EMAIL PROTECTED]> To: Sent: Monday, August 22, 2005 9:21 PM Subject: [Mono-list] WebServices and Databases 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 at

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.

[Mono-list] WebServices and Databases

2005-08-22 Thread Steven Bell
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? steve ___ Mono-list maillist - Mono-list@lists

[Mono-list] WebServices

2005-07-13 Thread mono-list . 1 . tracyanne
I worked out what the problem is. MonoDevelop for some reason did not include the webservicefilename.asmx.cs file in with the list of files that are included in the solution. Unless a source file is marked as build, in MonoDevelop, it won't build as part of the solution. What was fooling me was

[Mono-list] WebServices

2005-07-13 Thread mono-list . 1 . tracyanne
my previous post should have read. I was actually using 1.1.8-1. However I downloaded and installed 1.1.8-2. My web service will still not run. Actually it fails to load in the browser now, instead I get an HTTP 500. Type Namespace.Classname not found. error. Further testing proves that this app

[Mono-list] WebServices

2005-07-13 Thread mono-list . 1 . tracyanne
VS.NET to a dll in the /bin directory works correctly on Win 2000 with IIS. I think there is still a problem with Webservices. Regards Tracy Barlow > Date: Tue, 12 Jul 2005 13:27:29 +0300 > From: Adrian Dinu <[EMAIL PROTECTED]> > Subject: Re: [Mono-list] WebServices > To: [EMA

RE: [Mono-list] WebServices

2005-07-12 Thread Carl Olsen
Adrian 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

RE: [Mono-list] WebServices

2005-07-12 Thread Carl Olsen
and I'll see if I can see anything missing or out of place. Carl http://www.carl-olsen.com/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, July 12, 2005 5:02 AM To: mono-list@lists.ximian.com Subject: [Mono-list] WebSer

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 ex

[Mono-list] WebServices

2005-07-12 Thread mono-list . 1 . tracyanne
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 example web services that are found in /usr/share/doc/xsp/test. I'm using Mono 1.1.8, on Mandriva 2005 LE, with mod_mo

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

[Mono-list] WebServices and Mono

2004-07-14 Thread beniniva
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). TestService.asmx - <%@ WebService Language="c#" Codebehind="TestService.asmx.cs" C

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 / 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:

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 : http://dictionary.cambri

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:

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: > > 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 a

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

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 = n

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* > > and is there an util like wsdl.exe on mono? > > Yes. > > tux ~$ ls /usr/bin/wsdl* > /us

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] http://lists.ximian.com/mailma

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

2004-06-07 Thread KiOrKY
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 = new Websrvcl

[Mono-list] webservices and mozilla

2004-06-04 Thread KiOrKY
i have a bug, dont know why. with ie, the webservice client application is working fine, but with mozilla, the webservice return me this message: Content is not 'text/xml' but 'text/plain; charset=ISO-8859-1' Response error message: -- <%@ WebService Language="c#" Codebehind="Service1.asmx.cs"

Re: [Mono-list] webservices

2004-06-02 Thread KiOrKY
how can i make the winforms running? what the order of compilation? i have reinstall my system and for mono: the order ismono winewinelib -- - Gloire au monde libre- I{ i () r |{ Y Debian User -

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 ! po

Re: [Mono-list] webservices / pb

2004-05-26 Thread KiOrKY
apparement tu connais bien mono et tu parle francais... est ce que par hazard tu pourrais maider au sujet de ca: http://bugzilla.ximian.com/show_bug.cgi?id=58945 ca me prends la tete depuis 2 semaines, je sais plus quoi faire. Jai deja reinstall le systeme entierement mais ca ny a rien fait. Je

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

2004-05-25 Thread KiOrKY
same error with cvs version... Jonathan Stowe <[EMAIL PROTECTED]> a écrit : On Tue, 2004-05-25 at 14:49, KiOrKY wrote: >f) " build from the CVS sources." > To build, i must have one base mono installtion, isnt it? > Try grabbing the http://go-mono.com/daily/mono-latest.tar.gz in the first i

[Mono-list] Re: 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 14:49, KiOrKY wrote: >f) " build from the CVS sources." > To build, i must have one base mono installtion, isnt it? > Try grabbing the http://go-mono.com/daily/mono-latest.tar.gz in the first instance. This will have all of the updates since the Beta 1 release. /J\ _

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 that

[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 qu

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

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.

[Mono-list] webservices

2004-05-25 Thread KiOrKY
ho, how work the webserivces on mono? where can i find tutorial? regards -- - Gloire au monde libre- I{ i () r |{ Y Debian User - -- Mathieu PASQUET -- Testeur Debian SID -- irc:

[Mono-list] webservices and DataSet

2004-03-03 Thread e26659
Hello: I'm working with web services with mono 0.30.1 and server xsp.exe I did a method en webservices for example namespce Myds { public class Myds() { [Webmethod] public DataSet mydata() { DataSet ds = new DataSet(); returns ds; } } } and compile your proxy, but when I wont inv