-----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://<my server>/Demo')
|> ~    ->proxy('http://<my server>/steve/rpc/')->on_fault(
|> ~    sub {
|> ~        my ($soap, $res) = @_;
|> ~        die ref $res ? $res->faultdetail : $soap->transport->status,
|> "\n";
|> ~    }
|> ~    );
|> my $obj = $soap->call('hi');
|> print $obj->result;
|>
|> ~From the output, it looks like the call is being made, and it is
|> succeeding:
|
| [ ... ]
|
|> On the other hand, I get similar results with known bad input (calling a
|> method which doesn't exist, putting a non-existent module name in the
|> uri, etc) so I'm pretty sure the module is never really loaded.
|
|
| Does adding a
|    PerlModule Demo
| to httpd.conf, before the soap location, do anthing different?
|

No, no change at all. :-(
Thanks
- --
Steve Baker
AOL Configuration Management
kiku wa ittoki no haji
kikanu wa matsudai no haji
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDBfraz179gX3oLkwRAvd7AJ4v03quwV8dNe9Gv0Yd2AAE/2ZrywCeNmeF
EQdPdbD/jDG1MUcRzaOrAmw=
=+Uyf
-----END PGP SIGNATURE-----

Reply via email to