Re: [Catalyst] Catalyst and XMLRPC

2011-11-08 Thread Bill Moseley
On Fri, Nov 4, 2011 at 6:29 PM, Dmitry L. dim0...@gmail.com 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

Re: Re: [Catalyst] Catalyst and XMLRPC

2011-11-08 Thread Dmitry Latin
://github.com/dim0xff/Catalyst-XMLRPC-Example XMLRPC working via XML::RPC::Fast Is it right way? Thank you! -- //wbr, Dmitry Latin ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive

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

Re: [Catalyst] Catalyst and XMLRPC

2011-11-05 Thread David Schmidt
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. Watch out for one thing: it depends on Clone::Fast, and it looks like cpan

[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

[Catalyst] Catalyst::Plugin::XMLRPC/Catalyst::Component::ACCEPT_CONTEXT issue.

2008-11-01 Thread kevin montuori
hi all -- i have a trivial catalyst (version 5.7015) application using the XMLRPC plugin (version 1.0) with two controllers lib/MyApp/Controller/API.pm lib/MyApp/Controller/API/SubGroup.pm and one mixin class lib/MyApp/ControllerBase/Quux.pm which uses the base class