Implementing XML-RPC services with ASP.NET MVC
Wednesday, 25 January 2012
7
Tagged under:
asp-net-mvcxml-rpc
I recently needed to expose some functionality using XML-RPC services and looking around the web, the most popular .Net library is www.xml-rpc.net which looks pretty good. However they implement their services using a custom HTTP Handler, and I had really hoped to find one based on ASP.NET MVC.  Why would ...