7 messages in com.googlegroups.adwords-apiv2 broke on me today (Java)
FromSent OnAttachments
arebe19 May 2006 19:24 
arebe19 May 2006 19:30 
bostone20 May 2006 09:05 
arebe21 May 2006 11:46 
bostone22 May 2006 08:30 
arebe22 May 2006 10:31 
Patrick Chanezon24 May 2006 11:01 
Subject:v2 broke on me today (Java)
From:arebe (areb@gmail.com)
Date:05/19/2006 07:24:42 PM
List:com.googlegroups.adwords-api

I'm using the following code...

--- AdGroup workingADG = new AdGroup(); workingADG.setId(AdGroupID); workingADG.setStatus(AdGroupStatus.Paused);

AdGroupAdWordsService adgroupService = me.newAdGroupService(); adgroupService.updateAdGroup(workingADG);

---

However, just today I started seeing the message...

Any ideas? The API for Java still seems to be in the same release (0.1)! What am I to do?