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