Help for this page

Select Code to Download


  1. or download this
    <Location /soap>
       SetHandler perl-script
       PerlHandler Apache2::SOAP
       PerlSetVar dispatch_to "OO::Logger"
    </Location>
    
  2. or download this
    use SOAP::Lite +autodispatch =>
            uri => 'http://super_secret.com/OO/Logger',
    ...
             die ref $res ? $res->faultstring : $soap->transport->status, 
    +"\n";
    }
    
  3. or download this
     Failed to locate method (debug) in class (OO::Logger) at /usr/lib/per
    +l5/site_perl/5.8.8/SOAP/Lite.pm line 2586.