[Catalyst] What is the currently blessed XMLRPC
Tomas Doran
bobtfish at bobtfish.net
Fri May 21 17:04:24 GMT 2010
On 6 Feb 2010, at 14:29, Joe Landman wrote:
> Hi folks:
>
> Working on a new version of some of our applications. One of the
> things we are doing is providing an XMLRPC interface for some of our
> functionality. I am setting up a new load of Catalyst::Devel and
> some of the additional bits, and saw this nice shiny new
> Catalyst::Plugin::Server::XMLRPC . It didn't seem to install well
> though, giving me errors like this:
Is there a particular reason you want to use XMLRPC?
For simple (or less simple) stuff, people seem to just use REST these
days.
If you have to interoperate with a stack which will only speak XML
type things, then Catalyst::Controller::SOAP seems to be favored.
Cheers
t0m
More information about the Catalyst
mailing list