4 messages in com.googlegroups.adwords-apierror code 115
FromSent OnAttachments
timtoxxic12 Nov 2006 10:44 
timtoxxic12 Nov 2006 10:45 
timtoxxic12 Nov 2006 14:32 
Patrick Chanezon13 Nov 2006 09:38 
Subject:error code 115
From:timtoxxic (a.@ayon.ch)
Date:11/12/2006 10:44:20 AM
List:com.googlegroups.adwords-api

hi

we are working on a java project at my university and i have a few problems....

i finally managed to login to my adwords account using the sandbox. i think the login works, but i cannot use any service nor create campaigns etc...

everytime i try to run a sample from the java-api-page, this error appears:¨

code: 115 message: The request body did not contain an operation or the specified operation does not exist.

my code:

AdWordsUser me = new AdWordsUser("my@email", "password", "my@email++EUR", "BW6ivOoqI1g7HoPEgimC1g", "SEP", new URL("https://sandbox.google.com/api/adwords/v6/CampaignService?wsdl"));

InfoServiceInterface s = (InfoServiceInterface)me.getService(me.INFO_SERVICE);

long freeQuota = s.getFreeUsageQuotaThisMonth(); System.out.println("Free quota this month: " + freeQuota);