[Mono-list] Contributions to Mono

Bob Smith bob@thestuff.net
Thu, 22 Nov 2001 15:19:50 -0500 (EST)


On Wed, 21 Nov 2001, A Rafael D Teixeira wrote:

> >From: Bob Smith <bob@thestuff.net>
> >To: Kevin Yu <jingke2000@yahoo.com>
> >
> >if you could find any documents describing how Microsoft's web services
> >relate to ASP.NET or use ASP.NET's runtime that would be very helpfull.
>
> I´m not sure but .asmx files (.NET Web services) seem to be bound to
> aspx.dll on IIS mappings, like .aspx files, but their code-behind source
> file (.asmx.cs, etc.) derive from a different base class, that read that
> provides most of the SOAP glue, and the 'makefile' or the base class, keep
> things like the WSDL description file synchronized with the list of
> WebMethods in the derived class, surely using reflection.

Yah. I suspected something like that. I "think" it is implemented as a
HttpHandler and the main process that asp.net uses will use one
HttpHandler for asp and one for asm.

>
> BTW, this thing is huge...

Yah I know. :)

>
> Rafael Teixeira
> Brazilian Developer
>
>
>
>
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
>
>
> _______________________________________________
> Mono-list maillist  -  Mono-list@ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>