in reply to Re: Reading the XML Response in SOAP::Lite
in thread Reading the XML Response in SOAP::Lite

Thanks, but how were you able to inherit from SOAP::Deserializer if that is not a real module but a package within a module.

Did you detach the Deserializer code from SOAP/Lite.pm and create SOAP/Deseralizer.pm ?

I get this error when running your code:

Can't locate SOAP/Deserializer.pm in @INC (@INC contains: ...

Replies are listed 'Best First'.
Re^3: Reading the XML Response in SOAP::Lite
by jhourcle (Prior) on Jun 07, 2005 at 20:04 UTC

    I knew there was a reason that I didn't feel good about the code. (I have another module in the middle, as my debugging serializer calls that, and not SOAP::Serializer directly, but I didn't think you wanted 15k of code to explain the basic concept).

    My main serializer had to manipulate @ISA directly, rather than using 'use base'.