Re: Validating Bulk Mutate Jobs

2010-04-28 Thread AdWords API Advisor
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

Validating Bulk Mutate Jobs

2010-04-27 Thread andrey
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