1SOAP::WSDL::Client::BasUes(e3r)Contributed Perl DocumentSaOtAiPo:n:WSDL::Client::Base(3)
2
3
4
6 SOAP::WSDL::Client::Base - Factory class for WSDL-based SOAP access
7
9 package MySoapInterface;
10 use SOAP::WSDL::Client::Base;
11 __PACKAGE__->__create_methods( qw(one two three) );
12 1;
13
15 Factory class for creating interface classes. Should probably be
16 renamed to SOAP::WSDL::Factory::Interface...
17
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
30 Martin Kutter <martin.kutter fen-net.de>
31
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.34.0 2022-01-21 SOAP::WSDL::Client::Base(3)