[Catalyst] Catalyst and XMLRPC

2011-11-04 Thread Dmitry L.
Hello! Does anybody use Catalyst as XMLRPC service? I want add new controller to existing Catalyst app, which will serve the XMLRPC requests. I've looked at Catalyst::Cookbook and found advice to use Catalyst::Plugin::XMLRPC, but on Catalyst::Plugin::XMLRPC cpan page it is marked as deprecated.

Re: [Catalyst] Catalyst and XMLRPC

2011-11-04 Thread Jose Luis Martinez
El 04/11/2011 13:59, Dmitry L. escribió: Catalyst::Cookbook and found advice to use Catalyst::Plugin::XMLRPC, but on Catalyst::Plugin::XMLRPC cpan page it is marked as deprecated. Could you give me an advice which module to use or how I can build this app? Try out Catalyst::Plugin::Server.