this all works under
CGI, and I assumed the problem would be something I have misconfigured
in mod_perl or something I have to do differently with mod_perl. I'll go
pester the SOAP people now. :-)
Thanks for the help everyone!
- --
Steve Baker
AOL Configuration Management
kiku wa ittoki no h
";
both work in my CGI-based SOAP experiments, but neither works with
mod_perl. Is this an area where mod_perl and CGI differ?
Thanks for any clues anyone can provide.
Steve
Steve Baker wrote:
| I am trying to get SOAP to work under mod_perl. Googling about and
| reading what I can find on
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
[EMAIL PROTECTED] wrote:
| On Thu, 18 Aug 2005, Steve Baker wrote:
|
| [ ... ]
|
|> This is my client now:
|>
|> use SOAP::Lite +trace => [qw(all)];
|>
|> my $soap = SOAP::Lite->uri('http:///Demo')
|> ~->
emas.xmlsoap.org/soap/encoding/";>http://www.cm.aol.com/Demo6"/>
SOAP::Transport::HTTP::Client::send_receive: HTTP::Response=HASH(0x19076e8)
SOAP::Transport::HTTP::Client::send_receive: HTTP/0.9 200 (OK) EOF
Client-Date: Thu, 18 Aug 2005 17:39:21 GMT
Client-Peer: 10.178.2.10:80
Client-
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
[EMAIL PROTECTED] wrote:
| 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 l
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
[EMAIL PROTECTED] wrote:
| On Thu, 2005-08-18 at 09:40 -0700, Steve Baker wrote:
|
|>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.
|
ervices with Perl" as well as from perl.apache.org and
guilde.soaplite.com. It's only the mod_perl examples I can't get to
work. I'm using these scripts (Demo.pm and others) fine with CGI SOAP.
I'm thinking something is misconfigured in mod_perl, but darned if I can
figure out what.