[Mono-aspnet-list] [PATCH] support WCF proxy in ASP.NET AJAX

2009-09-17 Thread Atsushi Eno
Hi, I have created a patch that adds WCF support to ASP.NET AJAX ProxyGenerator. The change is not small and it involves some structural changes to existing asmx support, but what I basically did was to make LogicalTypeInfo and LogicalMethodInfo abstract and create sets of derived types for

Re: [Mono-aspnet-list] [PATCH] support WCF proxy in ASP.NET AJAX

2009-09-17 Thread Marek Habersack
Atsushi Eno wrote: Hi, Hey Atsushi, I have created a patch that adds WCF support to ASP.NET AJAX ProxyGenerator. The change is not small and it involves some structural changes to existing asmx support, but what I basically did was to make LogicalTypeInfo and LogicalMethodInfo abstract