http://www.perlmonks.org?node_id=770697


in reply to SOAP::Serializer::envelope: Client Application failed during request deserialization

Your code works for me with both the folllowing combinations

  1. Perl v5.10.0, SOAP::Lite 0.710.08
  2. Perl v5.8.8, SOAP::Lite 0.69

Unfortunately, I can't test with any other combinations. One suggestion would be to try a lower version of SOAP::Lite. Why do you need that BEGIN block? You're using the system paths anyway, so try removing that BEGIN block and check.


--
Rohan
  • Comment on Re: SOAP::Serializer::envelope: Client Application failed during request deserialization