Here is the soap request and the error we are getting,

<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 soapenv:actor="http://
schemas.xmlsoap.org/soap/actor/next"
soapenv:mustUnderstand="0" xmlns:ns1="https://adwords.google.com/api/
adwords/job/v200909">
<soapenv:Body><mutate xmlns="https://adwords.google.com/api/adwords/cm/
v200909">
<operation><operator>ADD</operator>
<operand xsi:type="ns6:BulkMutateJob" xmlns:ns6="https://
adwords.google.com/api/adwords/cm/v200909">
<request>
<partIndex>0</partIndex>
<operationStreams>
<scopingEntityId><type>CUSTOMER_ID</type><value>xxxxxx</value></
scopingEntityId>
<operations xsi:type="ns6:AdGroupCriterionOperation"><operator>SET</
operator>
<operand xsi:type="ns6:BiddableAdGroupCriterion">
<adGroupId>xxxxxxx</adGroupId>
<criterion><id>xxxxxx</id></criterion>
<userStatus>ACTIVE</userStatus>
</operand>
</operations>
</operationStreams>
</request>
<numRequestParts>1</numRequestParts>
</operand>
</operation>
</mutate>
</soapenv:Body>
</soapenv:Envelope>
= Out message: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/
soap/envelope/">
<soap:Body><soap:Fault><faultcode>soap:Server</faultcode>
<faultstring>Fault occurred while processing.</faultstring>
</soap:Fault></soap:Body></soap:Envelope>


The errorr is not detail enough to figure out the issue, I have
removed the soapheader .

Is the soap request correct for bulkmutatejob with
adgroupcriterionoperation

Thanks
Shriny

-- 
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-...@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.

Reply via email to