[Mono-list] C# library on linux to create a simple standalone SOAP server/client

Miguel de Icaza miguel@ximian.com
Mon, 02 Feb 2004 23:57:36 -0500


> Do we have a C# library on linux to implement a simple standalone SOAP
> server and client? SOAPpy provides a simple way to do this in Python. 
> 
> I understand that creating web service using System.web.service class
> is one option. But for our purpose we just need SOAP communication
> between 2 components. We don't need to expose our methods to external
> world, so creating a web service for the same seems to be heavy weight.

Remoting with SOAP perhaps?