On Thu, 18 Aug 2005, Steve Baker wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I am trying to get SOAP to work under mod_perl. Googling about and
reading what I can find on it, it looks like there are many ways to do
this, but they are all giving me the same (non-working) result.
I have two systems I'm trying to do this on: A Mac with Apache
1.2.33/mod_perl 1.29, and a Soalris 8 box with Apache 1.1.28 and
mod_perl 1.27.
My most recent attempts have been with Apache::SOAP, so I'll use that as
my example:
I have this in my httpd.conf:
<Location /steve/rpc/>
SetHandler perl-script
PerlHandler Apache::SOAP
PerlSetVar dispatch_to 'Demo'
</Location>
Demo.pm is in the @INC path.
[ ... ]
If you change the directive specifying dispatch_to to
PerlSetVar dispatch_to "/dir/containing/Demo, Demo"
does that work?
--
best regards,
randy kobes