Scroll to navigation

Lemonldap::NG::Common::CGI::SOAPServer(3pm) User Contributed Perl Documentation Lemonldap::NG::Common::CGI::SOAPServer(3pm)

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-ng.org/ <http://lemonldap-ng.org/>, Lemonldap::NG::Common::CGI

AUTHOR

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

COPYRIGHT AND LICENSE

Copyright (C) 2009, 2010 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.
2011-07-08 perl v5.14.2