Re: Can't get SOAP to work under mod_perl

2005-08-23 Thread Randy Kobes
On Tue, 23 Aug 2005, Steve Baker wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: | 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:/

Re: Can't get SOAP to work under mod_perl

2005-08-23 Thread Steve Baker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: | 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-

Re: Can't get SOAP to work under mod_perl

2005-08-22 Thread Randy Kobes
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 erro

Re: Can't get SOAP to work under mod_perl

2005-08-22 Thread Larry Leszczynski
On Mon, 22 Aug 2005, Perrin Harkins wrote: On Mon, 2005-08-22 at 09:37 -0700, Steve Baker wrote: While I'm familiar with Perl, I am less familiar with SOAP and mod_perl. Is there a SOAP-Lite support list? Your problem does not seem to be with mod_perl, but rather with SOAP-Lite. If there's

Re: Can't get SOAP to work under mod_perl

2005-08-22 Thread Perrin Harkins
On Mon, 2005-08-22 at 09:37 -0700, Steve Baker wrote: > 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 b

Re: Can't get SOAP to work under mod_perl

2005-08-22 Thread Steve Baker
-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 SOMETH

Re: Can't get SOAP to work under mod_perl

2005-08-19 Thread Steve Baker
-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') |> ~->proxy('http:///steve/rpc/')->on_fault( |> ~

Re: Can't get SOAP to work under mod_perl

2005-08-18 Thread Randy Kobes
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') ~->proxy('http:///steve/rpc/')->on_fault( ~sub { ~my ($soap, $res) = @_; ~die ref $res ? $res->faultdetail : $soap->tran

Re: Can't get SOAP to work under mod_perl

2005-08-18 Thread Steve Baker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: |>I call it like this: |> |> use SOAP::Lite +trace => [qw(all)]; |> |> my $soap = SOAP::Lite->uri('http:///Demo'); |> my $proxy = $soap->proxy('http:///steve/rpc/'); |> my $obj = $proxy->hi(); |> print $obj->result;

Re: Can't get SOAP to work under mod_perl

2005-08-18 Thread Kurt Hansen
Steve Baker wrote: http://www.cm.aol.com/steve/rpc/ HTTP/1.1 Accept: text/xml Accept: multipart/* Content-Length: 448 Content-Type: text/xml; charset=utf-8 SOAPAction: "http://www.cm.aol.com/Demo#hi"; http://www.w3.org/1999/XMLSchema-instance"; xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/en

Re: Can't get SOAP to work under mod_perl

2005-08-18 Thread Steve Baker
-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 looks like there are

Re: Can't get SOAP to work under mod_perl

2005-08-18 Thread Geoffrey Young
> I call it like this: > >use SOAP::Lite +trace => [qw(all)]; > >my $soap = SOAP::Lite->uri('http:///Demo'); >my $proxy = $soap->proxy('http:///steve/rpc/'); >my $obj = $proxy->hi(); >print $obj->result; try my $soap = SOAP::Lite ->uri('http:///Demo') ->proxy('htt

Re: Can't get SOAP to work under mod_perl

2005-08-18 Thread Randy Kobes
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

Re: Can't get SOAP to work under mod_perl

2005-08-18 Thread Steve Baker
-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. | | | One thing tha

Re: Can't get SOAP to work under mod_perl

2005-08-18 Thread Perrin Harkins
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. One thing that might help is to use the most recent apache and mod_perl versions (in the 1.x se

Can't get SOAP to work under mod_perl

2005-08-18 Thread Steve Baker
-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 M