On Tue, 14 Jun 2005, Foo Ji-Haw wrote: > Hi guys, > > I'm not exactly new to modperl, but I'm thinking of having > Apache/mp2 host soap services rather than start up the > daemon via the command line. > > The latest ActivePerl comes only with Apache::SOAP. I > think this is not the right one for MP2. A search on CPAN > shows a Apache2::SOAP, which I want to use. > > I use ActivePerl (on Windows), and it seems that I can't > do a 'ppm install apache2-soap'; it's not on their library > list. Other than downloading the tar.gz file and unpacking > it into the perl/site/lib/ folder on my own, is there a > cleaner way to do it?
I've submitted to the soaplite-dev mailing list: http://sourceforge.net/mailarchive/forum.php?forum=soaplite-dev a patch to SOAP::Lite to provide (current) mod_perl-2 support, but I haven't heard back about it. You could either apply this patch, or you can grab Apache2::SOAP (and SOAP::Transport::HTTP2) from http://cvs.sourceforge.net/viewcvs.py/cpan-search/CPAN-Search-Lite/lib/ and install them under your $PERL\site\lib. Use of Apache2::SOAP is the same as Apache::SOAP. If there was interest, I could bundle up Apache2::SOAP and make it available as a separate distribution. -- best regards, randy kobes