1SOAP::WSDL::Client::BasUes(e3r)Contributed Perl DocumentSaOtAiPo:n:WSDL::Client::Base(3)
2
3
4

NAME

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

SYNOPSIS

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

DESCRIPTION

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

METHODS

19   call
20       Abstraction layer method between the generated interfaces and
21       SOAP::WSDL::Client.
22
24       Copyright 2004-2007 Martin Kutter.
25
26       This file is part of SOAP-WSDL. You may distribute/modify it under the
27       same terms as perl itself
28

AUTHOR

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

REPOSITORY INFORMATION

33        $Rev: 851 $
34        $LastChangedBy: kutterma $
35        $Id: Base.pm 851 2009-05-15 22:45:18Z kutterma $
36        $HeadURL: https://soap-wsdl.svn.sourceforge.net/svnroot/soap-wsdl/SOAP-WSDL/trunk/lib/SOAP/WSDL/Client/Base.pm $
37
38
39
40perl v5.32.0                      2020-07-28       SOAP::WSDL::Client::Base(3)
Impressum