-
-
13 Jul 2010 20:15:20 UTC
- Distribution: Catalyst-Plugin-Server
- Module version: 0.28
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (6)
- Testers (104 / 1 / 32)
- Kwalitee
Bus factor: 1- 23.68% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (20.96KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Catalyst
- Clone::Fast
- MRO::Compat
- RPC::XML
- RPC::XML::Parser
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Catalyst::Plugin::Server - Base Server plugin for RPC-able protocols
SYNOPSIS
use Catalyst qw/ Server Server::XMLRPC /; MyAPP->register_server('soap', $blessed_reference);
DESCRIPTION
Base plugin for XMLRPC and our future SOAP server. For further information, see one of the Server plugins
SEE ALSO
Catalyst::Plugin::Server::XMLRPC, Catalyst::Manual, Catalyst::Request, Catalyst::Response, RPC::XML,
bin/rpc_client
AUTHORS
Original Authors: Jos Boumans (kane@cpan.org) and Michiel Ootjers (michiel@cpan.org)
Actually maintained by Jose Luis Martinez Torres JLMARTIN (jlmartinez@capside.com)
THANKS
Tomas Doran (BOBTFISH) for helping out with the debugging
BUG REPORTS
Please submit all bugs regarding
Catalyst::Plugin::Server
tobug-catalyst-plugin-server@rt.cpan.org
LICENSE
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install Catalyst::Plugin::Server, copy and paste the appropriate command in to your terminal.
cpanm Catalyst::Plugin::Server
perl -MCPAN -e shell install Catalyst::Plugin::Server
For more information on module installation, please visit the detailed CPAN module installation guide.