logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

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

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.

Name

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

Repository Information

        $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 $

perl v5.36.0                                       2022-10-14                      SOAP::WSDL::Client::Base(3pm)

Synopsis

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

See Also