debian man page for soap::wsdl::transport::loopback

Query: soap::wsdl::transport::loopback

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SOAP::WSDL::Transport::Loopback(3pm)			User Contributed Perl Documentation		      SOAP::WSDL::Transport::Loopback(3pm)

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 $ perl v5.10.1 2010-12-21 SOAP::WSDL::Transport::Loopback(3pm)
Related Man Pages
soap::wsdl::deserializer::hash(3pm) - debian
soap::wsdl::expat::messagestreamparser(3pm) - debian
soap::wsdl::server::cgi(3pm) - debian
soap::wsdl::server::simple(3pm) - debian
soap::wsdl::transport::test(3pm) - debian
Similar Topics in the Unix Linux Community
Introduction
Detecting unused variables...
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com