1 message in com.googlegroups.adwords-apisandbox + create campaign
FromSent OnAttachments
Anjan Shenoy15 Aug 2006 17:07 
Subject:sandbox + create campaign
From:Anjan Shenoy (anja@gmail.com)
Date:08/15/2006 05:07:31 PM
List:com.googlegroups.adwords-api

We were trying to deploy the sandbox environment today. The only diffrence i noticed is the token header. The call for getallcampaigns seem to work. Of course it returns no campaigns. But when i go to create campaign, i get the following error...

An internal error has occurred. Please retry your request.

for the line (C#) newCampaign1 = campaignservice.addCampaign(newCampaign);

Since i am using .net we have troubling getting the soap headers for the request call. Also since my other call works fine, does that indicate something?

Also note that the same statement works fine in the production enviroment.

Any help will be welcome