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);