[Mono-devel-list] [PATCH] HttpSoap and HttpSoap12 may beremoved as well

Kornél Pál kornelpal at hotmail.com
Tue Jun 7 16:36:01 EDT 2005


> There shouldn't be any side effect other than generating a wrong wsdl
> document. So if you have checked that the wsdl is properly generated
> when HttpSoap is disabled, please commit.

There is some difference in Mono and MS.NET implementation when no protocol
is enabled (Documentation was enabled). I have tried
DefaultWsdlHelpGenerator.aspx in MS.NET and Monos'
DefaultWsdlHelpGenerator.aspx in Mono the MS.NET's
DefaultWsdlHelpGenerator.aspx in Mono.

On MS.NET the service itself can be reflected but it appears as a service
without methods.
On Mono ServiceDescriptionCollection is empty and thus exception occurs.

So I do not commit this patch yet.
Some other parts of reflection has to be modified to can provide the same
behaviour that MS.NET has when there are no protocols enabled.

Kornél




More information about the Mono-devel-list mailing list