Lemonldap::NG::Common::CGI::SOAPServer - Extends L to be compatible


Lemonldap-NG-Common documentation  | view source Contained in the Lemonldap-NG-Common distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  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

Top

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

SEE ALSO

Top

http://lemonldap-ng.org/, Lemonldap::NG::Common::CGI

AUTHOR

Top

Xavier Guimard, <x.guimard@free.fr>

COPYRIGHT AND LICENSE

Top


Lemonldap-NG-Common documentation  | view source Contained in the Lemonldap-NG-Common distribution.