SOAP::WSDL::Client::Base - Factory class for WSDL-based SOAP access


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

Index


NAME

Top

SOAP::WSDL::Client::Base - Factory class for WSDL-based SOAP access

SYNOPSIS

Top

 package MySoapInterface;
 use SOAP::WSDL::Client::Base;
 __PACKAGE__->__create_methods( qw(one two three) );
 1;

DESCRIPTION

Top

Factory class for creating interface classes. Should probably be renamed to SOAP::WSDL::Factory::Interface...

METHODS

Top

call

Abstraction layer method between the generated interfaces and SOAP::WSDL::Client.

LICENSE AND COPYRIGHT

Top

AUTHOR

Top

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

REPOSITORY INFORMATION

Top

 $Rev: 851 $
 $LastChangedBy: kutterma $
 $Id: Base.pm 851 2009-05-15 22:45:18Z kutterma $
 $HeadURL: https://soap-wsdl.svn.sourceforge.net/svnroot/soap-wsdl/SOAP-WSDL/trunk/lib/SOAP/WSDL/Client/Base.pm $


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