NAME
XMLRPC::Transport::HTTP::Server - XMLRPC::Lite HTTP Server
VERSION
Version 0.14
SYNOPSIS
use XMLRPC::Transport::HTTP::Server;
$server = XMLRPC::Transport::HTTP::Server->new(...);
DESCRIPTION
This module extends the XMLRPC::Lite suite with a XMLRPC::Transport::HTTP::Server which is just a SOAP::Transport::HTTP::Server with the XMLRPC::Server functions for understanding the XMLRPC protocol.
AUTHOR
Jerry Lundström, <lundstrom.jerry at gmail.com>
BUGS
Please report any bugs or feature requests to https://github.com/jelu/xmlrpc-transport-http-server/issues.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc XMLRPC::Transport::HTTP::Server
You can also look for information at:
Lim issue tracker (report bugs here)
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
Copyright 2012 Jerry Lundström.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.