Re: [Mono-list] wsdl & wsdl2

2007-10-29 Thread Michael Masters
Atsushi, Thank you for the information! I'm relatively new to SOAP. I had not tried wsdl.exe on the wsdl. I was using the "Add Web Reference..." feature in Visual Studio and it never gave me any error messages. When I use wsdl.exe on the wsdl, I get similar output to wsdl2. Could you explain

Re: [Mono-list] wsdl & wsdl2

2007-10-29 Thread Atsushi Eno
Hello, wsdl is for 1.x profile (.NET framework 1.1 compatible). wsdl2 is for 2.0. Neither Mono nor .NET supports rpc/literal, so wsdl error message is indeed correct. If it is not warned by .NET wsdl.exe, then it is just not user-friendly. For wsdl2 warning messages, without the actual wsdl docu

[Mono-list] wsdl & wsdl2

2007-10-29 Thread Michael Masters
I was wondering what the difference is between these two executables. When I try to use these executables on my wsdl, it gives me different errors/warnings. When I run wsdl, I get the following in my source file: // WARNING: Could not generate operation binding create. The combination of style

Re: [Mono-list] wsdl testing

2004-10-03 Thread Gonzalo Paniagua Javier
On Fri, 2004-10-01 at 18:31, [EMAIL PROTECTED] wrote: > Running wsdl://locahost/demo/TestService.asmx I see the following in access_log: > > 127.0.0.1 - - [01/Oct/2004:12:25:35 -0400] "GET /demo/TestService.asmx HTTP/1.1" 200 > 3022 "-" "Mono Web Services Client Protocol 1.1.4322.573" > 127.0.0.1

[Mono-list] wsdl testing

2004-10-01 Thread Neale.Ferguson
Running wsdl://locahost/demo/TestService.asmx I see the following in access_log: 127.0.0.1 - - [01/Oct/2004:12:25:35 -0400] "GET /demo/TestService.asmx HTTP/1.1" 200 3022 "-" "Mono Web Services Client Protocol 1.1.4322.573" 127.0.0.1 - - [01/Oct/2004:12:25:40 -0400] "GET /demo/demo/TestService.as

Re: [Mono-list] wsdl file containg a schemalocation

2004-09-01 Thread Lluis Sanchez
On dc, 2004-09-01 at 14:32, Biju Arjunan wrote: > > When I said "wsdl url-to-schema", url-to-schema was a replacement for > > your url, not an option. > > I still didn't get what do u meant by url-to-schema, You meant change the > URL to the xsd file. Does wsdl generate classes for xsd files? >

Re: [Mono-list] wsdl file containg a schemalocation

2004-09-01 Thread Biju Arjunan
> When I said "wsdl url-to-schema", url-to-schema was a replacement for > your url, not an option. I still didn't get what do u meant by url-to-schema, You meant change the URL to the xsd file. Does wsdl generate classes for xsd files? because when I say wrong file name wsdl AuthenticationCli

Re: [Mono-list] wsdl file containg a schemalocation

2004-09-01 Thread Biju Arjunan
> When I said "wsdl url-to-schema", url-to-schema was a replacement for > your url, not an option. I still didn't get what do u meant by url-to-schema, You meant change the URL to the xsd file. Does wsdl generate classes for xsd files? because when I say wrong file name wsdl AuthenticationCli

Re: [Mono-list] wsdl file containg a schemalocation

2004-09-01 Thread Lluis Sanchez
ile it. > > Thanks, > Biju A > > - Original Message - > From: Lluis Sanchez <[EMAIL PROTECTED]> > Date: Mon, 30 Aug 2004 19:15:04 +0200 > To: Biju Arjunan <[EMAIL PROTECTED]> > Subject: Re: [Mono-list] wsdl file containg a schemalocation > >

Re: [Mono-list] wsdl

2004-08-26 Thread Biju Arjunan
[EMAIL PROTECTED] Subject: [Mono-list] wsdl > I am trying to create a client proxy for a web service, locally using > xsp. i get the following > lamia:/home/lamia# wsdl "http://localhost:99/BroadcastMessage.asmx"; > /out:BroadcastProxy.cs > Mono Web Services Description Langu

[Mono-list] wsdl

2004-08-26 Thread lamyae Benabdeljalil
I am trying to create a client proxy for a web service, locally using xsp. i get the following lamia:/home/lamia# wsdl "http://localhost:99/BroadcastMessage.asmx"; /out:BroadcastProxy.cs Mono Web Services Description Language Utility Error: The remote server returned an error: (500) Internal Serv

[Mono-list] wsdl file containg a schemalocation

2004-08-24 Thread Biju Arjunan
Hi, Does anybody know how to compile a wsdl file which is having a schema location reference. eg : http://schemas.xmlsoap.org/rp/"; schemaLocation="http://abc.com/ws-r.xsd"/> http://abc.com/xns/Core.xsd"/> Thanks, Biju A --

Re: [Mono-list] wsdl (mono version) does not generate code

2003-12-28 Thread Atsushi Eno
Hello, I could reproduce that error on my redhat9 box. And when I adjusted System.Xml.XmlStreamReader not to use XmlInputStream, wsdl.exe successfully generates bloggyWS.cs. However, when I tried that URL with mono's wsdl.exe both on mono runtime and on MS .NET runtime (without that xml chang

Re: [Mono-list] wsdl (mono version) does not generate code

2003-12-28 Thread Pablo Fischer
Ohh.. So, should I report it as a bug? a 'network stream bug'? Happy new year! Pablo El dom, 28-12-2003 a las 17:29, David Sheldon escribió: > On Sun, Dec 28, 2003 at 12:39:11PM -0600, Pablo Fischer wrote: > > Hi! > > > > Yep, I know that in .NET Framework I can generate the proxy code, but > >

Re: [Mono-list] wsdl (mono version) does not generate code

2003-12-28 Thread David Sheldon
On Sun, Dec 28, 2003 at 12:39:11PM -0600, Pablo Fischer wrote: > Hi! > > Yep, I know that in .NET Framework I can generate the proxy code, but > I'm not using Windows, I'm using Mono in Linux, and in Mono the wsdl.exe > can't generate the proxy code. If you save the wsdl to a file, then run wsdl

Re: [Mono-list] wsdl (mono version) does not generate code

2003-12-28 Thread Pablo Fischer
Original Message - > From: "Pablo Fischer" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, December 28, 2003 2:10 AM > Subject: [Mono-list] wsdl (mono version) does not generate code > > > > Hi all! > > > > Well, I have

Re: [Mono-list] wsdl (mono version) does not generate code

2003-12-28 Thread Angel \"Java\" Lopez
ot;Pablo Fischer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 28, 2003 2:10 AM Subject: [Mono-list] wsdl (mono version) does not generate code > Hi all! > > Well, I have a problem, I wrote a webservice in php (I love it) and > tested it in wsd

[Mono-list] wsdl (mono version) does not generate code

2003-12-27 Thread Pablo Fischer
Hi all! Well, I have a problem, I wrote a webservice in php (I love it) and tested it in wsdl (in Mono/Linux, the CVS version) and seems that this 'wsdl version' does not works, I get: $ wsdl http://ws.pablo.com.mx/bloggy.php?wsdl WSDL proxy generator v0.1 Fetching http://ws.pablo.com.mx/bl