1SOAP::WSDL::Server::CGIU(s3e)r Contributed Perl DocumentaStOiAoPn::WSDL::Server::CGI(3)
2
3
4
6 SOAP::WSDL::Server::CGI - CGI based SOAP server
7
9 use MyServer::TestService::TestPort;
10 my $server = MyServer::TestService::TestPort->new({
11 dispatch_to => 'main',
12 transport_class => 'SOAP::WSDL::Server::CGI', # optional, default
13 });
14 $server->handle();
15
17 To use SOAP::WSDL::Server::CGI efficiently, you should first create a
18 server interface using wsdl2perl.pl.
19
20 SOAP::WSDL::Server dispatches all calls to appropriately named methods
21 in the class or object set via "dispatch_to".
22
23 See the generated server class on details.
24
26 Lightweight CGI based SOAP server. SOAP::WSDL::Server::CGI does not
27 provide the fancier things of CGI handling, like URL parsing, parameter
28 extraction or the like, but provides a basic SOAP server using
29 SOAP::WSDL::Server.
30
32 handle
33 See synopsis above.
34
36 Copyright 2004-2008 Martin Kutter.
37
38 This file is part of SOAP-WSDL. You may distribute/modify it under the
39 same terms as perl itself
40
42 Martin Kutter <martin.kutter fen-net.de>
43
45 $Rev: 391 $
46 $LastChangedBy: kutterma $
47 $Id: Client.pm 391 2007-11-17 21:56:13Z kutterma $
48 $HeadURL: https://soap-wsdl.svn.sourceforge.net/svnroot/soap-wsdl/SOAP-WSDL/trunk/lib/SOAP/WSDL/Client.pm $
49
50
51
52perl v5.30.1 2020-01-30 SOAP::WSDL::Server::CGI(3)