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