XML-RPC in ASP.NET MVC

asp.net-mvc

Solution

The Cook Computing xml-rpc.net library can be used with any ASP.NET project, including ASP.NET MVC.

http://xml-rpc.net/

Problem

I know there is a library for .NET to use XML-RPC - but does anyone know if it can be used in the ASP.NET MVC environment or not?

Original source