I'm getting this error from the V13 adservice when I try to update the
status of an existing ad.  Have been staring at the SOAP and not
seeing the problem, hoping other eyes can help:

HTTP response code is 500, response is:
<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>soapenv:Server.userException</faultcode>
<faultstring>The request body did not contain an operation or the
specified operation does not exist.</faultstring> <detail> <ns1:fault
xmlns:ns1="https://adwords.google.com/api/adwords/v13";> <ns1:code>115</
ns1:code> <ns1:message>The request body did not contain an operation
or the specified operation does not exist.</ns1:message> </ns1:fault>
</detail> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope>

SOAP REQUEST DOC (sanitized) IS:

<?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-
ENV="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://
www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance"> <SOAP-ENV:Header> <email>market...@xxx.com</email>
<password>xxx</password> <useragent>xxxAPI</useragent> <token>xxx</
token> <developerToken>xxx</developerToken> <applicationToken>_xxx</
applicationToken> </SOAP-ENV:Header> <SOAP-ENV:Body> <updateAds> <ads>
<adGroupId>986856585</adGroupId> <adType>TextAd</adType>
<id>2227395525</id> <status>Paused</status> </ads> </updateAds> </SOAP-
ENV:Body> </SOAP-ENV:Envelope>


SENDING SOAP TO:
https://adwords.google.com/api/adwords/v13/adService

thanks!
-reed

--

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


Reply via email to