Re: CustomerSerivce getCustomers no such method (migrating 201605 to 201607)

2018-01-03 Thread 'Peter Oliquino' via AdWords API Forum
Hi Asad, Regarding the issue discussed in this thread, could you confirm if you are intermittently encountering the said issue? If yes, I would recommend that you enable SOAP logging so that you can capture the complete request and response that our team can use to investigate further. Once the

Re: CustomerSerivce getCustomers no such method (migrating 201605 to 201607)

2018-01-02 Thread asaad.awesat via AdWords API Forum
Hi vishal , this error not always reprduce , we didn't cathe this excption by debugging , it happens for our clients . Regards, Asad. On Thursday, January 5, 2017 at 9:54:22 PM UTC+2, Vishal Vinayak (Adwords API Team) wrote: > > Hi Raneen, > > I tried fetching the customer ID for an accoun

Re: CustomerSerivce getCustomers no such method (migrating 201605 to 201607)

2017-01-05 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Raneen, I tried fetching the customer ID for an account using the following Java code (v201607) and I did not face any issues. *CustomerServiceInterface customerService = adWordsServices.get(session, CustomerServiceInterface.class);* *Customer[] customers = customerService.getCustomers();*

CustomerSerivce getCustomers no such method (migrating 201605 to 201607)

2017-01-05 Thread raneen . khoury
Hi, i'm using the adowrds api , we are migrating the version to 201607 one of the changes in this version is the way we get the customers , the get method will not be in the new version and will be new method getCustomers() in the previous version we did currently in 201605 we used this me