Provided by: libsoap-wsdl-perl_3.003-1_all bug

NAME

       SOAP::WSDL::Transport::Test - Loopback transport class for SOAP::WSDL

SYNOPSIS

        use SOAP::WSDL::Client;
        use SOAP::WSDL::Transport::Loopback;

        my $soap = SOAP::WSDL::Client->new()
        $soap->get_transport->set_base_dir('.');
        $soap->call('method', \%body, \%header);

DESCRIPTION

       SOAP::WSDL::Transport::Loopback is a loopback test transport backend for SOAP::WSDL.

       When SOAP::WSDL::Transport::Loopback is used as transport backend, the request is returned
       as response. No data ever goes over the wire.  This is particularly useful for testing
       SOAP::WSDL plugins and applications.

LICENSE AND COPYRIGHT

       Copyright (c) 2007 Martin Kutter. All rights reserved.

       This file is part of SOAP-WSDL. You may distribute/modify it under the same terms as perl
       itself

AUTHOR

       Martin Kutter <martin.kutter fen-net.de>

REPOSITORY INFORMATION

        $Rev: 218 $
        $LastChangedBy: kutterma $
        $Id: HTTP.pm 218 2007-09-10 16:19:23Z kutterma $
        $HeadURL: https://soap-wsdl.svn.sourceforge.net/svnroot/soap-wsdl/SOAP-WSDL/trunk/lib/SOAP/WSDL/Transport/HTTP.pm $