The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
DESCRIPTION

This is a replacement for Apache::SOAP (and SOAP::Transport::HTTP)
designed to work with the CPAN version of mod_perl 2. It is intended
as a temporary measure until the SOAP-Lite distribution
implements this functionality. Note that the provided modules
(Apache2::SOAP and SOAP::Transport::HTTP2) do not clash with
any modules of SOAP-Lite.

INSTALLATION

Installation proceeds in the usual fashion:

  perl Makefile.PL
  make
  make test
  make install

The following CPAN modules will be required:

  SOAP::Lite
  mod_perl2

For Win32 (builds 8xx), ppm packages are available from ActiveState's 
default repository, http://www.bribes.org/perl/ppm/, or 
http://theoryx5.uwinnipeg.ca/ppms/.

USAGE

Usage is the same as Apache::SOAP.

COPYRIGHT

The SOAP-Lite package is Copyright (C) 2000-2001 Paul Kulchenko. 
All rights reserved. The changes necessary for use on
mod_perl 2 are provided by Randy Kobes <r.kobes@uwinnipeg.ca>.
This software is distributed under the same terms as Perl itself.
See http://www.perl.com/perl/misc/Artistic.html.