1SOAP::Test(3) User Contributed Perl Documentation SOAP::Test(3)
2
3
4
6 SOAP::Test - Test framework for SOAP::Lite
7
9 use SOAP::Test;
10
11 SOAP::Test::Server::run_for('http://localhost/cgi-bin/soap.cgi');
12
14 SOAP::Test provides simple framework for testing server
15 implementations. Specify your address (endpoint) and run provided
16 tests against your server. See t/1*.t for examples.
17
19 Copyright (C) 2000-2001 Paul Kulchenko. All rights reserved.
20
21 This library is free software; you can redistribute it and/or modify it
22 under the same terms as Perl itself.
23
25 Paul Kulchenko (paulclinger@yahoo.com)
26
27
28
29perl v5.28.1 2018-05-14 SOAP::Test(3)