NAME
Apache::CPAN::SOAP - soap interface to CPAN::Search::Lite::Query
DESCRIPTION
This module provides some soap-based services to CPAN::Search::Lite::Query
in a mod_perl 2 environment. The necessary Apache2 directives are
PerlLoadModule Apache::CPAN::SOAP
CSL_db database_name
CSL_user user_name
CSL_passwd password_for_above_user
<Location /soap>
SetHandler perl-script
PerlResponseHandler Apache2::SOAP
PerlSetVar dispatch_to "D:/Perl/site/lib/Apache2, Apache::CPAN::SOAP"
</Location>
where the Apache2::SOAP
module, included in this distribution, is a mod_perl 2 aware version of Apache::SOAP
of the SOAP::Lite
distribution. See the csl_soap
script in this distribution for an example of it's use.
SEE ALSO
Apache::CPAN::Search, Apache::CPAN::Query, and CPAN::Search::Lite::Query.