Lemonldap::NG::Common::CGI::SOAPServer.3pm

Langue: en

Version: 2009-06-29 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Lemonldap::NG::Common::CGI::SOAPServer - Extends SOAP::Lite to be compatible with CGI.

SYNOPSIS

   use CGI;
   use Lemonldap::NG::Common::CGI::SOAPServer;
   
   my $cgi = CGI->new();
   Lemonldap::NG::Common::CGI::SOAPServer->dispatch_to('same as SOAP::Lite')
      ->handle($cgi)
 
 

DESCRIPTION

This extension just extend SOAP::Lite handle() method to load datas from a CGI object instead of STDIN.

SEE ALSO

<http://lemonldap.objectweb.org/>, Lemonldap::NG::Common::CGI

AUTHOR

Xavier Guimard, <x.guimard@free.fr> Copyright (C) 2009 by Xavier Guimard

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.