[Mono-devel-list] PATCH: wsdl, wsdl2, DefaultWsdlHelpGenerator.aspx, SoapDocumentationHandler.cs with support to multiples languages (Changed)

Lluis Sanchez lluis at ximian.com
Mon Feb 7 11:39:13 EST 2005


Hi Rogerio,

Thanks for the patch. Unfortunately, I have to reject it because of
several reasons:

The patch changes the behavior of the wsdl tool, which already provides
a way of specifying custom language providers. I don't think that
relying on the system.web/compilation/buildproviders section of
machine.config is a good idea. This section is for ASP.NET compilation,
which is not related at all with wsdl generation. The language aliases
aren't even the same.

Regarding the patches for DefaultWsdlHelpGenerator and
SoapDocumentationHandler, it is not acceptable to load in memory the
whole machine.config file at every request.

.NET 2.0 provides a new system.codedom/compilers section which can be
used as a general purpose language provider list. This is the way the go
in the future, and what wsdl2 and the WS doc page should be based on.

Lluis.

On dl, 2005-02-07 at 10:58 -0400, Rogerio Pereira wrote: 
> Gonzalo,
> 
> Could you check if theses patches are ok now? I changed the code to
> follow coding guidelines and added Array.IndexOf as you suggest, now
> wsdl doesn't accept ;c#
> 
> Regards,
> 
> Rogério




More information about the Mono-devel-list mailing list