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

Hubert FONGARNAND informatique.internet at fiducial.fr
Wed Jan 31 11:47:22 EST 2007


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
> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070131/f6599452/attachment.html 


More information about the Mono-devel-list mailing list