NAME
XML::Compile::SOAP::Client - SOAP message initiators
INHERITANCE
XML::Compile::SOAP::Client is extended by
XML::Compile::SOAP::HTTPClient
SYNOPSIS
# never used directly.
DESCRIPTION
This class defines the methods that each client side of the SOAP message exchange protocols must implement.
METHODS
Instantiation
This object can not be instantiated, but is only used as secundary base class. The primary must contain the new
.
Debugging
$obj->fakeServer([FAKE|undef])
XML::Compile::SOAP::Client->fakeServer([FAKE|undef])
Returns the fake server, if defined: it will be called to simulate an external SOAP server. Use this for debugging and regression test scripts.
Usually, you should set your own FAKE server, but simply instantiate a XML::Compile::SOAP::Tester object.
BE WARNED: this FAKE server must be instantiated before the SOAP client handlers are compiled.
SEE ALSO
This module is part of XML-Compile-SOAP distribution version 0.56, built on October 12, 2007. Website: http://perl.overmeer.net/xml-compile/
LICENSE
Copyrights 2007 by Mark Overmeer. For other contributors see ChangeLog.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://www.perl.com/perl/misc/Artistic.html