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