Hi Grant, Short answer, use Google::Ads::AdWords::Logging::enable_all_logging(); which will then enable to the library to log all SOAP traffic in ~/logs/soap_xml.log
The library uses log4perl <http://mschilli.github.com/log4perl/> to handle all logging. The default configuration lives in the Logging.pm module, but if you provide a ~/log4perl.conf then you can override the defaults and log anywhere you want with the format of your choice. Best, -David Torres - AdWords API Team On Tuesday, February 28, 2012 6:58:10 PM UTC-5, Grant wrote: > > I just updated the google-api-adwords-perl library installed on my system >> from 1.3.2 to 2.5.4 and I see that $client->get_last_soap_request >> and $client->get_last_soap_response are missing. How can I log the SOAP >> requests and responses? >> >> >> http://google-api-adwords-perl.googlecode.com/svn-history/r8/trunk/lib/Google/AdWords/Client.pm >> > > Is there no way to save the SOAP/XML request and response? > > - Grant > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
