Re: Where is Java API for v201206 ReportDefinitionService?

2012-10-08 Thread Jason Stedman
ChrisB, There is no Java specific API documentation unfortunately. The documentation is generic and should be accurate across all api implementations. This is the only API documentation I am aware of: https://developers.google.com/adwords/api/docs/reference/ On Wednesday, September 12, 2012

Re: Where is Java API for v201206 ReportDefinitionService?

2012-09-12 Thread ChrisB
Oliver - Thanks for your reply. I have changed the failing imports to ...v201206.jaxb.cm.*, and that works. I still would like to look at the Java API docs, so if anyone can help locate a URL for this then please post it here. On Wednesday, September 12, 2012 11:20:11 AM UTC+1, Oliver wro

Re: Where is Java API for v201206 ReportDefinitionService?

2012-09-12 Thread Oliver
Looking at my developer's code, he's using this one: import com.google.api.ads.adwords.lib.jaxb.v201206.ReportDefinition; I've also been confused by the fact that some v201206 classes exist in BOTH these packages: com.google.api.ads.adwords.axis.v201206.cm.* com.google.api.ads.adwords.lib.jaxb.

Where is Java API for v201206 ReportDefinitionService?

2012-09-12 Thread ChrisB
I can see the WSDL API for the ReportDefinitionService at https://developers.google.com/adwords/api/docs/reference/latest/ReportDefinitionService . But I cannot find the Java API documentation for ReportDefinitionService. And when I try to change my Java programs from v201109 to v201206, as be