Re: 500 Error from CampaignService (Perl)

2011-12-13 Thread Ovid
On Dec 12, 7:44 pm, David Torres davi...@google.com wrote: Now I wonder since you are already using the Perl client library to request your authtoken, why not also use it to send your request to the campaign service? Hi David, Originally I had done that, but get_account_hierarchy.pl was

Re: 500 Error from CampaignService (Perl)

2011-12-12 Thread David Torres
Hi Ovid, In order to successfully call any service you need to provide a valid SOAP XML body within your request, in this case you are just sending a blank request which only includes headers. A successful will look like in the section Create a SOAP request. of this tutorial

500 Error from CampaignService (Perl)

2011-12-09 Thread Ovid
Hi all, I need to create a sandbox account: http://code.google.com/apis/adwords/docs/sandbox.html It states: To create a sandbox account, send a get request to the sandbox version of CampaignService, using the WSDL location and sandbox headers as described below. This initial call to the