[Mono-list] Status of Web Services in mono

Miguel de Icaza miguel@ximian.com
16 Feb 2003 18:54:46 -0500


Hello,

> I'm planning on writing a program that uses Web Services, and I was just
> wondering how web services are progressing.  Will they be "done" in mono
> 1.0?

So far very little work has been done on the Web Services support.  

.NET comes with two implementations of SOAP:

	* Remoting implementation.

	* ASP.NET implementation.

Neither is working at the moment.

Miguel