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