Hi Andrey,
When using the validateOnly header the response will be null when the
request is valid and a SOAP Fault will be returned when the request is
invalid. More information about the validateOnly header is here:
http://adwordsapi.blogspot.com/2009/12/discover-v2009-validateonly-header.htm
Hi,
Is it possible to validate Bulk Muate Jobs? I am using the Java API
and my code looks something like the following:
user.getValidationService(AdWordsService.V200909.BULK_MUTATE_JOB_SERVICE);
...
BulkMutateJob job = new BulkMutateJob();
...
job = bulkMutateJobService.mutate(operation);
the la