<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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/v201809" soapenv:mustUnderstand="0">
<ns1:clientCustomerId>###redacted###</ns1:clientCustomerId>
<ns1:developerToken>REDACTED</ns1:developerToken>
<ns1:userAgent>###redacted###</ns1:userAgent>
<ns1:validateOnly>false</ns1:validateOnly>
<ns1:partialFailure>false</ns1:partialFailure>
</ns1:RequestHeader>
</soapenv:Header>
<soapenv:Body>
<mutate xmlns="https://adwords.google.com/api/adwords/cm/v201809">
<operations>
<operator>SET</operator>
<operand>
<feedId>155358912</feedId>
<matchingFunction>
<operator>IDENTITY</operator>
<lhsOperand xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201809" xsi:type="ns2:ConstantOperand">
<ns2:type>BOOLEAN</ns2:type>
<ns2:booleanValue>true</ns2:booleanValue>
</lhsOperand>
</matchingFunction>
<placeholderTypes>7</placeholderTypes>
</operand>
</operations>
</mutate>
</soapenv:Body>
</soapenv:Envelope>
2020-03-20 09:17:25,399 INFO [Thread-444] com.google.api.ads.common.lib.utils.logging.RemoteCallLoggerDelegate: SOAP response:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header>
<ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/v201809">
<requestId>0005a144ea58ecab0a37a456d3002fcd</requestId>
<serviceName>CustomerFeedService</serviceName>
<methodName>mutate</methodName>
<operations>0</operations>
<responseTime>140</responseTime>
</ResponseHeader>
</soap:Header>
<soap:Body>
<soap:Fault>
<faultcode>soap:Client</faultcode>
<faultstring>[EntityNotFound.INVALID_ID @ operations[0].operand.feedId]</faultstring>
<detail>
<ApiExceptionFault xmlns="https://adwords.google.com/api/adwords/cm/v201809">
<message>[EntityNotFound.INVALID_ID @ operations[0].operand.feedId]</message>
<ApplicationException.Type>ApiException</ApplicationException.Type>
<errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="EntityNotFound">
<fieldPath>operations[0].operand.feedId</fieldPath>
<fieldPathElements>
<field>operations</field>
<index>0</index>
</fieldPathElements>
<fieldPathElements>
<field>operand</field>
</fieldPathElements>
<fieldPathElements>
<field>feedId</field>
</fieldPathElements>
<trigger/>
<errorString>EntityNotFound.INVALID_ID</errorString>
<ApiError.Type>EntityNotFound</ApiError.Type>
<reason>INVALID_ID</reason>
</errors>
</ApiExceptionFault>
</detail>
</soap:Fault>
</soap:Body>
</soap:Envelope>