[Catalyst] Catalyst and XMLRPC

Bill Moseley moseley at hank.org
Tue Nov 8 10:28:29 GMT 2011


On Fri, Nov 4, 2011 at 6:29 PM, Dmitry L. <dim0xff at 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 requests (they look the same).



> Could you give me an advice which module to use or how I can build this
> app?
>

My advice would be avoid it if possible.  Build a nice simple RESTful
interface instead.  The problem is there are a large number of XMLRPC
client libraries out there in various states and often used as black-boxes
by customers.  Makes problem solving with customers a guessing game a times.


-- =

Bill Moseley
moseley at hank.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20111108/5970b=
935/attachment.htm


More information about the Catalyst mailing list