The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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:

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.