Hello,

I got this error response when making API call using the Java version of 
BatchJobService and I cannot even identify what kind of exception it is.

What is this exception?
Why does it happen?
How can I solve it (If it can be handled and retried from my end)?

Please help ASAP.

Regards,

*Here is the stacktrace*

SOAP Request:
<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv=
"http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd=
"http://www.w3.org/2001/XMLSchema"; xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance";>
    <soapenv:Header>
        <ns1:RequestHeader xmlns:ns1=
"https://adwords.google.com/api/adwords/cm/v201509"; soapenv:mustUnderstand=
"0">
            <ns1:clientCustomerId>166XXXXXXX</ns1:clientCustomerId>
            <ns1:developerToken>YtXXXXXXXXXXXXXXXXXXXX</ns1:developerToken>
            <ns1:userAgent>MyApp:1.0.0 (AwApi-Java, AdWords-Axis/2.7.0, 
Common-Java/2.7.0, Axis/1.4, Java/1.8.0_25, maven)</ns1:userAgent>
            <ns1:validateOnly>false</ns1:validateOnly>
            <ns1:partialFailure>true</ns1:partialFailure>
        </ns1:RequestHeader>
    </soapenv:Header>
    <soapenv:Body>
        <get xmlns="https://adwords.google.com/api/adwords/cm/v201509";>
            <selector>
                <fields>Id</fields>
                <fields>Status</fields>
                <fields>DownloadUrl</fields>
                <fields>ProcessingErrors</fields>
                <fields>ProgressStats</fields>
                <predicates>
                    <field>Id</field>
                    <operator>EQUALS</operator>
                    <values>3199486</values>
                </predicates>
            </selector>
        </get>
    </soapenv:Body>
</soapenv:Envelope>

2016-03-02 18:12:54,007 [AdwordsJobExecutor-default-dispatcher-59] WARN 
        
com.google.api.ads.adwords.lib.client.AdWordsServiceClient.soapXmlLogger.logSoapXml([...])
 
at Line 84 
SOAP Response:
<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope 
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
    <soapenv:Body>
        <soapenv:Fault>
            <faultcode xmlns:ns1="http://xml.apache.org/axis/";>ns1:HTTP<
/faultcode>
            <faultstring>(0)null</faultstring>
            <detail>
                <string>return code:  0
</string>
                <ns2:HttpErrorCode xmlns:ns2="http://xml.apache.org/axis/
">0</ns2:HttpErrorCode>
            </detail>
        </soapenv:Fault>
    </soapenv:Body>
</soapenv:Envelope>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
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/0875382e-b6a7-4023-833d-f3f45970fd0c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to