2 messages in com.googlegroups.adwords-apiRe: Problem with Sandbox v9 : Class n...
FromSent OnAttachments
adwordsAPI novice user19 Apr 2007 06:17 
adwordsAPI novice user19 Apr 2007 06:19 
Subject:Re: Problem with Sandbox v9 : Class not found exception
From:adwordsAPI novice user (pall@gmail.com)
Date:04/19/2007 06:19:57 AM
List:com.googlegroups.adwords-api

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