How do I implement an XML-RPC server using HttpListener?
The .Net System.Net.HttpListener class can be used as the basis for an XML-RPC server implemented using XML-RPC.NET. First, the service functionality is implemented in a class deriving from the CookComputing.XmlRpc.