[Mono-list] Problem in implementing XML-RPC server using .NET Remoting ??
Manish Gupta
GManish@novell.com
Thu, 05 Feb 2004 05:23:00 -0700
Hi,
I was trying to create a XML-RPC server using Remoting framework on
Mono. But it seems that the following method is still not supported in
mono:
RemotingConfiguration.Configure(<config file name>)
If I am correct, please tell when is this planned? And is there a way
to create the same without using config file?
I need to develop a standalone XML-RPC server (ie. without needing web
server) in C# which can be accessed by clients written in Python, C and
C#.
regards
Manish