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:/
-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-
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
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
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
-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
-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(
|> ~
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
-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;
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
-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
> 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
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
-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
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
-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
16 matches
Mail list logo