Thank you for the quick reply.

According to the Google README doc, the deserialization does not occur in SOAP::Lite:

The backbone of the client library is a modified version of SOAP::WSDL. It handles the serialization/deserialization, transport, and creating classes for the objects defined in the AdWords API WSDLs. SOAP::WSDL, in turn, uses SOAP::Lite under the hood for some operations.

Later on the the README, in the "Step-by-step guide for getting started:" section it states:

4) This client library relies on a development version of the SOAP::WSDL module, and also relies on patches to that module. You download the version of SOAP::WSDL available at
http://soap-wsdl.svn.sourceforge.net/viewvc/soap-wsdl/SOAP-WSDL/branches/Typemap.tar.gz?view=tar&pathrev=846
and expand the gzip and tar archive. Once that's done, run the soap_wsdl_patches.pl script on the expanded Typemap directory like so:
bin/soap_wsdl_patches.pl /path/to/downloaded/Typemap

5) Install the patched SOAP::WSDL following the directions in its README.

I have followed all of these steps with the exception that I downloaded a later version of the SOAP::WSDL module.

I took a look and there is indeed a /SOAP/WSDL/Deserializer directory with the following modules in it:

FYI I tried your BEGIN { push @ISA, "SOAP::Deserializer"; } fix and got the following error:

Global symbol "@ISA" requires explicit package name at /usr/lib/perl5/ +site_perl/5.8.8/Google/AdWords/Deserializer.pm line 25. BEGIN not safe after errors--compilation aborted at /usr/lib/perl5/sit +e_perl/5.8.8/Google/AdWords/Deserializer.pm line 25. Compilation failed in require at /usr/lib/perl5/site_perl/5.8.8/Google +/AdWords/Client.pm line 26. BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.8/Go +ogle/AdWords/Client.pm line 26. Compilation failed in require at display_stats.pl line 24.

In reply to Re^2: Setting up Google AdWords API v200909 - compilation error by JWSlogger
in thread Setting up Google AdWords API v200909 - compilation error by JWSlogger

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.