I'm getting this for a few job IDs Request: <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <soap:Header> <RequestHeader xmlns="https://adwords.google.com/api/adwords/cm/v201601"> <developerToken xmlns="https://adwords.google.com/api/adwords/cm/v201601">x</developerToken> <clientCustomerId xmlns="https://adwords.google.com/api/adwords/cm/v201601">x</clientCustomerId> <userAgent xmlns="https://adwords.google.com/api/adwords/cm/v201601">x</userAgent> </RequestHeader> </soap:Header> <soap:Body> <get xmlns="https://adwords.google.com/api/adwords/cm/v201601"> <selector> <fields>Id</fields> <fields>Status</fields> <fields>DownloadUrl</fields> <fields>ProcessingErrors</fields> <fields>ProgressStats</fields> <predicates> <field>Id</field> <operator>EQUALS</operator> <values>86004965</values> </predicates> </selector> </get> </soap:Body> </soap:Envelope>
Response: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/v201601"> <requestId>000530c82fda85e00ac13c16640092ee</requestId> <serviceName>BatchJobService</serviceName> <methodName>get</methodName> <operations>1</operations> <responseTime>424</responseTime> </ResponseHeader> </soap:Header> <soap:Body> <getResponse xmlns="https://adwords.google.com/api/adwords/cm/v201601"> <rval> <totalNumEntries>0</totalNumEntries> <Page.Type>BatchJobPage</Page.Type> </rval> </getResponse> </soap:Body> </soap:Envelope> On Friday, April 15, 2016 at 3:30:59 PM UTC-4, Yin Niu wrote: > > Hi, > > Do you have the SOAP request and response logs for this job? Pleaase click > *Reply > privately to author* in the forum when responding. > > Thanks, > Yin, AdWords API Team. > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/db124e98-928b-4d81-9570-5b311966cbbc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
