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 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
mose...@hank.org
_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to