• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..11-Apr-2013244

ChangesH A D02-Mar-2010653

lib/H05-Apr-20134

Makefile.PLH A D02-Mar-20101.1 KiB

MANIFESTH A D26-Oct-2007251

META.ymlH A D02-Mar-2010668

READMEH A D26-Oct-20071 KiB

t/H11-Apr-20136

README

1DESCRIPTION
2
3This is a replacement for Apache::SOAP (and SOAP::Transport::HTTP)
4designed to work with the CPAN version of mod_perl 2. It is intended
5as a temporary measure until the SOAP-Lite distribution
6implements this functionality. Note that the provided modules
7(Apache2::SOAP and SOAP::Transport::HTTP2) do not clash with
8any modules of SOAP-Lite.
9
10INSTALLATION
11
12Installation proceeds in the usual fashion:
13
14  perl Makefile.PL
15  make
16  make test
17  make install
18
19The following CPAN modules will be required:
20
21  SOAP::Lite
22  mod_perl2
23
24For Win32 (builds 8xx), ppm packages are available from ActiveState's 
25default repository, http://www.bribes.org/perl/ppm/, or 
26http://theoryx5.uwinnipeg.ca/ppms/.
27
28USAGE
29
30Usage is the same as Apache::SOAP.
31
32COPYRIGHT
33
34The SOAP-Lite package is Copyright (C) 2000-2001 Paul Kulchenko. 
35All rights reserved. The changes necessary for use on
36mod_perl 2 are provided by Randy Kobes <r.kobes@uwinnipeg.ca>.
37This software is distributed under the same terms as Perl itself.
38See http://www.perl.com/perl/misc/Artistic.html.
39
40