SOAP::Test - Test framework for SOAP::Lite


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

Index


NAME

Top

SOAP::Test - Test framework for SOAP::Lite

SYNOPSIS

Top

  use SOAP::Test;

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

DESCRIPTION

Top

SOAP::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.