Hi,
I get an error when running a simple SOAP client (the GlobalWeather.pl example):
HTTP::Message content not bytes at /usr/lib/perl5/site_perl/5.8.8/SOAP/Transport/HTTP.pm line 187
I am using
PERL version 5.8.8
SOAP::WSDL version 2.00.03
LWP version 5.810
I think the error comes from the funny way of calculating the content length and/or interference with LWP. But I cannot change anything in the modules since they are installed by my provider.
Anyone has a fix for this problem without changing the module?
Bibi.
Posted on Thu Jun 5 21:17:00 2008
by mkutterin response to 8014
Re: Content not bytes error in HTTP.pm
Hi bibi,
thanks for reporting - this is an error in SOAP::Lite's SOAP::Transport::HTTP module (SOAP::WSDL uses SOAP::Lite's transport if installed).
Which SOAP::Lite version is installed?
Martin
Posted on Mon Jul 7 16:54:21 2008
by raphin response to 8028
Re: Content not bytes error in HTTP.pm
Hi,
I had the same problem.
On one server, it was solved by installing a more recent version of SOAP::Lite.
On another server, it was solved by installing a more recent version of HTTP::Message (part of libwww-perl).
Hope it will help.
Raphael