Hi everybody!

Today i want to switch from V12 to V13 but it seems there is a little
Bug in the Java Lib with the AdwordsUser Object.

So when i try to get a ReportService i use this method:
private ReportServiceSoapBindingStub getReportService()
        {
                try
                {
                        return (ReportServiceSoapBindingStub) 
mAdwordsUser.getService
(AdWordsUser.REPORT_SERVICE);
                }
                catch (ServiceException e)
                {
                        e.printStackTrace();
                }
                return null;
        }

But after i download the new V13 library all i get is this
ClassCastException:
java.lang.ClassCastException:
com.google.api.adwords.v12.ReportServiceSoapBindingStub cannot be cast
to com.google.api.adwords.v13.ReportServiceSoapBindingStub

In fact - all of my imports are V13 so i think that the AdwordsUser
Object always return the ReportService in V12. Would be nice if
somebody can check and fix this ... :)

Regards,
Daniel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to