Hello,

I am using *MutateJobServiceInterface* from the Google Adwords Java Client 
Library to get the status of a mutate job. Although I am using the exact 
value from I got from the '*mutate'* call to make '*get*' 
operation/request, I am getting multiple *IdError.NOT_FOUND* Errors

Here is the stacktrace of SOAP request and response.

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/v201502"; 
soapenv:mustUnderstand="0">
            <ns1:clientCustomerId>1234567890</ns1:clientCustomerId>
            <ns1:developerToken>xxxxxxxxxxxxx</ns1:developerToken>
            <ns1:userAgent>my-app:1.0.0 (AwApi-Java, AdWords-Axis/1.38.0, 
Common-Java/1.38.0, Axis/1.4, Java/1.8.0_31, 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/v201502";>
            <selector 
xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201502"; 
xsi:type="ns2:BulkMutateJobSelector">
                <ns2:jobIds 
xsi:type="xsd:long">2474373683421243626</ns2:jobIds>
            </selector>
        </get>
    </soapenv:Body>
</soapenv:Envelope>

SOAP Response:

<?xml version="1.0" encoding="UTF-8"?><soap:Envelope 
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
    <soap:Header>
        <ResponseHeader 
xmlns="https://adwords.google.com/api/adwords/cm/v201502";>
            <requestId>000515ca5cc69eb90aec6ed23e004897</requestId>
            <serviceName>MutateJobService</serviceName>
            <methodName>get</methodName>
            <operations>1</operations>
            <responseTime>94</responseTime>
        </ResponseHeader>
    </soap:Header>
    <soap:Body>
        <soap:Fault>
            <faultcode>soap:Server</faultcode>
            <faultstring>[IdError.NOT_FOUND @ 
selector.jobIds[0]]</faultstring>
            <detail>
                <ApiExceptionFault 
xmlns="https://adwords.google.com/api/adwords/cm/v201502";>
                    <message>[IdError.NOT_FOUND @ 
selector.jobIds[0]]</message>
                    
<ApplicationException.Type>ApiException</ApplicationException.Type>
                    <errors 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:type="IdError">
                        <fieldPath>selector.jobIds[0]</fieldPath>
                        <trigger/>
                        <errorString>IdError.NOT_FOUND</errorString>
                        <ApiError.Type>IdError</ApiError.Type>
                        <reason>NOT_FOUND</reason>
                    </errors>
                </ApiExceptionFault>
            </detail>
        </soap:Fault>
    </soap:Body>
</soap: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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ab258eb1-02f5-4e99-88e6-2ef41c047c6f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to