hmmm... i've tried with the version from google.code

stated like :
AdWordsUser user = new AdWordsUser();

      // Get the CampaignService.
      CampaignServiceInterface campaignService =
          user.getService(AdWordsService.V201109.CAMPAIGN_SERVICE);

      // Create selector.
      Selector selector = new Selector();
      selector.setFields(new String[] {"Id", "Name"});
      selector.setOrdering(new OrderBy[] {new OrderBy("Name", 
SortOrder.ASCENDING)});


but still shown the same error :
javax.xml.rpc.ServiceException: Arguments to addParameter(String, String) 
cannot be null
        at 
com.google.api.adwords.lib.AdWordsVersion$AdWordsVersionV201109.setHeaders(AdWordsVersion.java:164)
        at 
com.google.api.adwords.lib.AdWordsServiceFactory.getConfiguredStub(AdWordsServiceFactory.java:166)
        at 
com.google.api.adwords.lib.AdWordsServiceFactory.generateServiceStub(AdWordsServiceFactory.java:95)
        at 
com.google.api.adwords.lib.AdWordsUser.getService(AdWordsUser.java:239)
        at fetcher.v201109.GetAllCampaigns.main(GetAllCampaigns.java:44)

any solution concerning this?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to