- or download this
<Location /soap>
SetHandler perl-script
PerlHandler Apache2::SOAP
PerlSetVar dispatch_to "OO::Logger"
</Location>
- or download this
use SOAP::Lite +autodispatch =>
uri => 'http://super_secret.com/OO/Logger',
...
die ref $res ? $res->faultstring : $soap->transport->status,
+"\n";
}
- 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.