pullingshots / Shipment

Perl interface into various shipping web service API's - FedEx, UPS, Purolator, Temando, Canada Post
https://metacpan.org/pod/Shipment
19 stars 19 forks source link

Error deserializing message: not well-formed (invalid token) #12

Closed pullingshots closed 12 years ago

pullingshots commented 12 years ago

Any request using Shipment::FedEx is throwing the following error:

Error deserializing message: not well-formed (invalid token) at line 2, column 4057, byte 4096 at /loader/0x100c56f00/SOAP/WSDL/Expat/Base.pm line 80

pullingshots commented 12 years ago

This seems to be related to a bug in version 6.02 of Net::HTTP. Check https://rt.cpan.org/Public/Dist/Display.html?Name=Net-HTTP for the status of open bugs.

If you are experiencing this problem, downgrade to version 6.01 of Net::HTTP

pullingshots commented 11 years ago

This issue seems to be fixed in recent versions of Net::HTTP. I am able to successfully run tests against version 6.06.