Apache2::CPAN::SOAP - soap interface to C<CPAN::Search::Lite::Query> |
Apache2::CPAN::SOAP - soap interface to CPAN::Search::Lite::Query
This module provides some soap-based services to
CPAN::Search::Lite::Query
in a mod_perl 2 environment.
The necessary Apache2 directives are
PerlLoadModule Apache2::CPAN::SOAP
CSL_soap_db database_name CSL_soap_user user_name CSL_soap_passwd password_for_above_user
<Location /soap> SetHandler perl-script PerlResponseHandler Apache2::SOAP PerlSetVar dispatch_to "D:/Perl/site/lib, Apache2::CPAN::SOAP" </Location>
where the Apache2::SOAP
module, included in this distribution,
is a mod_perl 2 aware version of Apache2::SOAP
of the
SOAP::Lite
distribution. See the CSL_soap
script in
this distribution for an example of it's use. CSL_soap_passwd
is optional if no password is required for the user
specified in CSL_soap_user
.
the Apache2::CPAN::Search manpage, the Apache2::CPAN::Query manpage, and the CPAN::Search::Lite::Query manpage.
Apache2::CPAN::SOAP - soap interface to C<CPAN::Search::Lite::Query> |