Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

NAME

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

SYNOPSIS

__PACKAGE__->__create_methods( qw(one two three) );
1;

DESCRIPTION

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

METHODS

call

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

LICENSE AND COPYRIGHT

Copyright 2004-2007 Martin Kutter.

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: 851 $
$LastChangedBy: kutterma $
$Id: Base.pm 851 2009-05-15 22:45:18Z kutterma $