[Mono-dev] [Mono-Dev] [Patch] System.Web.Services: ensure conformant WebSevice fails to generate its wsdl

Atsushi Eno atsushi at ximian.com
Wed Jan 31 21:58:27 EST 2007


Hello,

So, this is not WebService issue. Here is a repro for this NRE:

using System;
using System.IO;
using System.Net;

public class Test
{
         public static void Main ()
         {
                 WebRequest wr = WebRequest.Create 
("http://64.14.94.162"); // mono-project.com
                 wr.GetResponse ();
         }
}

Dick: any ideas?

Atsushi Eno


Hubert FONGARNAND wrote:
> Here's my IRC discussion with robert jordan, i hope it could help
> 
> <hubert> the problem is...
> <hubert> Default service=new Default();
> <hubert> service.Url="http://10.69.100.164:8080/Default.asmx";
> <hubert> service.Method();
> <hubert> this failed !!!!
> <hubert> and
> <hubert> Default service=new Default();
> <hubert> service.Url="http://localhost:8080/Default.asmx";
> <hubert> service.Method();
> <hubert> this works
> <robertj> you mean it works on localhost only?
> <hubert> no...
> <hubert> it works if I use the name...
> <robertj> ah
> <hubert> service.Url="http://myhostname:8080/Default.asmx";
> <robertj> ok. this is a new change. let me find the commit...
> <hubert> but this fail : 
> service.Url="http://myhostname.fidudev.fr:8080/Default.asmx";
> <hubert> the error is here : http://monoport.com/1622
> <robertj> 
> http://lists.ximian.com/pipermail/mono-patches/2007-January/086550.html
> 
> I will do a bugreport... but i've not many free time...
> 
> 
> Le jeudi 01 février 2007 à 01:39 +0900, Atsushi Eno a écrit :
>> Hey,
>>
>> It still does not tell much. Any reason he cannot file a bug report with
>> something we can actually run? With the stack trace which starts with
>> System.Net I'm not sure whether it is related to web service changes or not.
>>
>> Atsushi Eno
>>
>> Miguel de Icaza wrote:
>> > Hey,
>> >
>> >   
>> >> This patch from Kosta is not applied yet. What is the details? There is
>> >> nothing we can do without any information.
>> >>     
>> >
>> > Ok, so it was not this.
>> >
>> > Hubert reported this:
>> >
>> > 	http://monoport.com/1622
>> >
>> > Miguel.
>> >
>> >   
>>
>> _______________________________________________
>> Mono-devel-list mailing list
>> Mono-devel-list at lists.ximian.com <mailto:Mono-devel-list at lists.ximian.com>
>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
> _______________________________________________
> Ce message et les �ventuels documents joints peuvent contenir des 
> informations confidentielles.
> Au cas o� il ne vous serait pas destin�, nous vous remercions de bien 
> vouloir le supprimer et en aviser imm�diatement l'exp�diteur. Toute 
> utilisation de ce message non conforme � sa destination, toute diffusion 
> ou publication, totale ou partielle et quel qu'en soit le moyen est 
> formellement interdite.
> Les communications sur internet n'�tant pas s�curis�es, l'int�grit� de 
> ce message n'est pas assur�e et la soci�t� �mettrice ne peut �tre tenue 
> pour responsable de son contenu.
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list




More information about the Mono-devel-list mailing list