I believe at this point it is impossible to use V2009 and V13 reseller in the same JVM ... AdWordsUser objects from both releases have the same package ( com.google.api.adwords.lib.AdWordsUser ) but when you try to retrieve V13 reseller services from the V2009 AdWordsUser, you receive ClassCastExceptions:
java.lang.ClassCastException: com.google.api.adwords.v13.AccountServiceSoapBindingStub It seems the only way to use V2009 in the same JVM as V13 reseller is to re-package one or the other with different package names for AdWordsUser ( and potentially other classes ) What does Google recommend? -- 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.
