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

Manish Gupta GManish@novell.com
Mon, 02 Feb 2004 05:25:56 -0700


Hi,
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.


regards
Manish