[Mono-dev] [MonoDev] [PATCH] System.Web.Services.Description/ServiceDescriptionReflector & DefaultWsdlHelpGenerator
Konstantin Triger
kostat at mainsoft.com
Thu Jan 25 05:11:39 EST 2007
Hi Atsushi,
Yep, I committed for both profiles.
Now I have a question:
In MS, if Service is attributed with [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)] and is not compliant, it fails to instantiate. (they throw InvalidOperationException during reflection).
The only way I saw to implement this is to create ServiceDescriptionReflector, get ServiceDescriptions and check with your new API. Do you see a more elegant way?
Thanks,
Kosta
-----Original Message-----
From: Atsushi Eno [mailto:atsushi at ximian.com]
Sent: Wednesday, January 24, 2007 11:52 PM
To: Konstantin Triger
Cc: mono-devel-list at lists.ximian.com
Subject: Re: [Mono-dev] [MonoDev] [PATCH] System.Web.Services.Description/ServiceDescriptionReflector & DefaultWsdlHelpGenerator
Hi Kosta,
Cool :-) Please commit. (It is for both 1.1 and 2.0, right?) Thanks!
Atsushi Eno
Konstantin Triger wrote:
> Hello all,
>
>
>
> The attached patch in DecriptionReflector ensures we describe only
> supported bindings and never HttpPostLocalhost (like .Net does).
>
> In DefaultWsdlHelpGenerator added support for testing using POST request.
>
>
>
> Please review.
>
>
>
> Regards,
>
> Konstantin Triger
>
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> 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