in reply to Why can't SOAP::Lite deserialize its own output?
I am guessing that this line:
is pointing to the culprit. Is Server the correct type of argument for fault? What happens if you changeArgument "Server: " isn't numeric in sprintf at /home/vagrant/perl5/pe +rlbrew/perls/perl-5.18.2-fPIC/lib/site_perl/5.18.2/SOAP/Lite.pm line +1033
to this?my $content = $writer->envelope(fault => $fault);
my $content = $writer->envelope(fault => '');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Why can't SOAP::Lite deserialize its own output?
by Anonymous Monk on Jul 03, 2014 at 03:51 UTC | |
by boftx (Deacon) on Jul 03, 2014 at 04:02 UTC |