It seems working fine with v5. Because, when I changed it to v5, it
gave classcaste exception which is fine.
Hi ,
I need some help to work on V9 sandbox, I'm using the java client
library v9
and here is my code.
AdWordsUser adWordsUser = new
AdWordsUser(email,password,email+"+
+USD",applicationToken,userAgent,"client_1"+email,url,"v9")
;
AccountInterface accountService =
(AccountInterface)adWordsUser.getService(AdWordsUser.ACCOUNT_SERVICE);
String[] clientAccounts = accountService.getClientAccounts();
where URL url = new URL("https://sandbox.google.com/api/adwords/v9/");
But i got the following runtime exception
javax.xml.rpc.ServiceException: java.lang.ClassNotFoundException:
com.google.api.adwords.v9.AccountServiceServiceLocator
at
com.google.api.adwords.lib.BaseCredentials.getService(BaseCredentials.java:
154)
Can some one please help me on this.
Thanks a lot