- or download this
<Location /steve/rpc/>
SetHandler perl-script
PerlHandler Apache::SOAP
PerlSetVar dispatch_to 'Demo'
</Location>
- or download this
package Demo;
sub hi {
return "hello, world";
}
- or download this
use SOAP::Lite +trace => [qw(all)];
...
my $proxy = $soap->proxy('http://<my server>/steve/rpc/');
my $obj = $proxy->hi();
print $obj->result;
- or download this
SOAP::Transport::new: ()
SOAP::Serializer::new: ()
...
SOAP::Parser::DESTROY: ()
SOAP::Transport::DESTROY: ()
SOAP::Transport::HTTP::Client::DESTROY: ()
- or download this
[Thu Aug 18 09:21:40 2005] [notice] child pid 868 exit signal Bus erro
+r (10)