- or download this
mod_fcgid: stderr: SOAP::Lite - deserialize - start decoding:
<?xml version="1.0" encoding="UTF-8"?>
...
</ping>
</soap:Body>
</soap:Envelope>
- or download this
SOAP::Lite - deserialize - start decoding:
<?xml version="1.0" encoding="UTF-8"?>
...
</pingResponse>
</soap:Body>
</soap:Envelope>
- or download this
SOAP::Lite - SOAP::Parser - start decoding:
<?xml version="1.0" encoding="UTF-8"?>
...
</soap:Fault>
</soap:Body>
</soap:Envelope>
- or download this
print STDERR "SOAP::Lite - deserialize - start decoding: $_[0]\n";
my $parsed = $self->decode($_[0]);
- or download this
sub decode { SOAP::Trace::trace('()');
my $self = shift;
...
}
return $ret;
}
- or download this
SOAP::Lite - SOAP::Parser - Error Message: Can't use string ("1") as a
+n ARRAY ref while "strict refs" in use at (re_eval 159) line 1.
- or download this
sub compile { local $^W;
# try regexp as it should be, apply patch if doesn't work
...
*compile = sub {};
}