On Mon, 22 Aug 2005, Steve Baker wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I've continued to work on this, but have been unable to progress past
this point. mod_perl seems to work just fine on both systems, except
when it comes to SOAP, in which case I'm getting exactly the same errors
on both systems. I must be doing SOMETHING wrong, but danged if I can
spot it. While I'm familiar with Perl, I am less familiar with SOAP and
mod_perl. I've doublechecked the httpd.conf entries and I believe they
are correct. The Demo.pm file is too simple to have an error (famous
last words), so now I've concerntrating on the client code, which is the
part I understand the least.
As Perrin mentioned, this may not be a problem with mod_perl
specifically, so it may be worth asking on the soap-lite
mailing list. Just to verify this, I've placed at
http://people.apache.org/~randyk/
a file, bug-reporting-skeleton-mp1.tar.gz, which can be
used to test your mod_perl SOAP installation. To use it:
perl Makefile.PL
make
make test
If the tests pass, can you see differences between the
modules and/or configuration used here and the one you
have? If the tests don't pass, is there anything useful
in the error log? Or does
perl t/TEST -v
provide any clues?
--
best regards,
randy