Re: Re: [Catalyst] Catalyst and XMLRPC

2011-11-08 Thread Dmitry Latin
Hello, Bill! > > I use RPC::XML directly. I added a dispatcher and a HTTP::Body class for > decoding the XMLRPC. For the most part the same controllers handle the > XMLRPC requests and the web requests (they look the same). > After some thought I've came to following scheme: In controller (su

Re: [Catalyst] Catalyst and XMLRPC

2011-11-08 Thread Bill Moseley
On Fri, Nov 4, 2011 at 6:29 PM, Dmitry L. wrote: > Hello! > > Does anybody use Catalyst as XMLRPC service? > I use RPC::XML directly. I added a dispatcher and a HTTP::Body class for decoding the XMLRPC. For the most part the same controllers handle the XMLRPC requests and the web requests (the

Re: [Catalyst] Catalyst and XMLRPC

2011-11-07 Thread Dmitry L.
Hi, Jose! Clone::Fast fails on testing. Here is a log http://pastebin.com/QPcbMEsi I'm on Gentoo x86_64 I've tried to install via cpanm, but cpanm was trying to download Clone-Fast-0.93, but there is only 0.92 on the CPAN server. On 4 November 2011 17:30, Jose Luis Martinez < jlmartinez-lists-ca

Re: [Catalyst] Catalyst and XMLRPC

2011-11-05 Thread David Schmidt
I believe this is the way to go ... http://search.cpan.org/~bphillips/Catalyst-Action-REST-0.93/lib/Catalyst/Controller/REST.pm On 4 November 2011 14:30, Jose Luis Martinez wrote: > El 04/11/2011 13:59, Dmitry L. escribió: >> >> Catalyst::Cookbook and found advice to use Catalyst::Plugin::XMLRPC,

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. Wa