Help for this page

Select Code to Download


  1. or download this
    <Location /steve/rpc/>
        SetHandler perl-script
        PerlHandler Apache::SOAP
        PerlSetVar dispatch_to 'Demo'
    </Location>
    
  2. or download this
    package Demo;
    
    sub hi {
      return "hello, world";
    }
    
  3. 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;
    
  4. or download this
    SOAP::Transport::new: ()
    SOAP::Serializer::new: ()
    ...
    SOAP::Parser::DESTROY: ()
    SOAP::Transport::DESTROY: ()
    SOAP::Transport::HTTP::Client::DESTROY: ()
    
  5. or download this
    [Thu Aug 18 09:21:40 2005] [notice] child pid 868 exit signal Bus erro
    +r (10)