DOKK / manpages / debian 12 / libsoap-wsdl-perl / SOAP::WSDL::Client::Base.3pm.en
SOAP::WSDL::Client::Base(3pm) User Contributed Perl Documentation SOAP::WSDL::Client::Base(3pm)

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

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

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

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

Copyright 2004-2007 Martin Kutter.

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

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

 $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 $
2022-10-14 perl v5.34.0