Query: soap::wsdl::server::cgi
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SOAP::WSDL::Server::CGI(3pm) User Contributed Perl Documentation SOAP::WSDL::Server::CGI(3pm)NAMESOAP::WSDL::Server::CGI - CGI based SOAP serverSYNOPSISuse MyServer::TestService::TestPort; my $server = MyServer::TestService::TestPort->new({ dispatch_to => 'main', transport_class => 'SOAP::WSDL::Server::CGI', # optional, default }); $server->handle();USAGETo use SOAP::WSDL::Server::CGI efficiently, you should first create a server interface using wsdl2perl. SOAP::WSDL::Server dispatches all calls to appropriately named methods in the class or object set via "dispatch_to". See the generated server class on details.DESCRIPTIONLightweight CGI based SOAP server. SOAP::WSDL::Server::CGI does not provide the fancier things of CGI handling, like URL parsing, parameter extraction or the like, but provides a basic SOAP server using SOAP::WSDL::Server.METHODShandle See synopsis above.LICENSE AND COPYRIGHTCopyright 2004-2008 Martin Kutter. This file is part of SOAP-WSDL. You may distribute/modify it under the same terms as perl itselfAUTHORMartin Kutter <martin.kutter fen-net.de>REPOSITORY INFORMATION$Rev: 391 $ $LastChangedBy: kutterma $ $Id: Client.pm 391 2007-11-17 21:56:13Z kutterma $ $HeadURL: https://soap-wsdl.svn.sourceforge.net/svnroot/soap-wsdl/SOAP-WSDL/trunk/lib/SOAP/WSDL/Client.pm $ perl v5.10.1 2010-12-21 SOAP::WSDL::Server::CGI(3pm)
Similar Topics in the Unix Linux Community |
---|
Chat Server |
How to share CGI Scripts across UNIX web server? |
BIND (Name Server & Resolver) |
Server Rebooting frequently |
How to cut data from file and create another file. |