SOAP-WSDL - Help using XSD_XS

Posted on Wed Aug 27 19:12:29 2008 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