XMLRPC::Test - Test framework for XMLRPC::Lite


SOAP-Lite documentation  | view source Contained in the SOAP-Lite distribution.

Index


NAME

Top

XMLRPC::Test - Test framework for XMLRPC::Lite

SYNOPSIS

Top

  use XMLRPC::Test;

  XMLRPC::Test::Server::run_for('http://localhost/cgi-bin/XMLRPC.cgi');

DESCRIPTION

Top

XMLRPC::Test provides simple framework for testing server implementations. Specify your address (endpoint) and run provided tests against your server. See t/1*.t for examples.

COPYRIGHT

Top

AUTHOR

Top

Paul Kulchenko (paulclinger@yahoo.com)


SOAP-Lite documentation  | view source Contained in the SOAP-Lite distribution.