Posted on 2008-08-27 16:12:29-07 by johngrr
Help using XSD_XS

In hopes of improved performance, I'm trying to use XSD_XS deserializer.

Using wsdl2perl.pl generated code, I've added the snippet indicated in XSD_XS documentation to my client script:

use SOAP::WSDL::Deserializer::XSD_XS; use SOAP::WSDL::Factory::Deserializer; SOAP::Factory::Deserializer->register('1.1' => 'SOAP::WSDL::Deserializer::XSD_XS');

When deserializing the response from the server, I get

Error deserializing message: Cannot access child element hash for class

Can anyone point me at setup/initialization I might be missing?

Thanks, JohnGrr

Direct Responses: 8685 | Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.