1 message in com.googlegroups.adwords-apiError Code 115 on SOAP Request| From | Sent On | Attachments |
|---|---|---|
| schelcj | 28 Jan 2008 07:03 |
| Subject: | Error Code 115 on SOAP Request![]() |
|---|---|
| From: | schelcj (sche...@gmail.com) |
| Date: | 01/28/2008 07:03:33 AM |
| List: | com.googlegroups.adwords-api |
Hi there,
I'm currently working on upgrading our processes to work with the version 11 release.
When attempting to communicate with the sandbox, I'm receiving error code 115, which contains the message, "The request body did not contain an operation or the specified operation does not exist."
I've looked at the XML several times and it looks right to me.
Can someone please offer up some guidance or point me in the right direction?
I've included the wiredump of my request (with the authorization information removed) below.
Thanks in advance!
Chris
--------------
= Request
! CONNECT TO sandbox.google.com:443 ! CONNECTION ESTABLISHED at depth 0 - 20: unable to get local issuer certificate POST /api/adwords/v11/CampaignService HTTP/1.1 SOAPAction: "" Content-Type: text/xml; charset=utf-8 User-Agent: SOAP4R/1.5.5 (http-access2.rb/1.1.1.1, ruby 1.8.4 (2005-12-24) [i686-linux]) Date: Tue Jan 22 11:05:09 EST 2008 Content-Length: 1985 Host: sandbox.google.com
<?xml version="1.0" encoding="utf-8" ?> <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <env:Header> <developerToken env:mustUnderstand="0">f....@bar.com++USD</ developerToken> <applicationToken env:mustUnderstand="0">---------------------- </applicationToken> <useragent env:mustUnderstand="0">foo</useragent> <password env:mustUnderstand="0">foo</password> <email env:mustUnderstand="0">f....@bar.com</email> <clientEmail env:mustUnderstand="0">foo</clientEmail> </env:Header> <env:Body> <n1:validateReportJob xmlns:n1="https://adwords.google.com/api/ adwords/v11"> <n1:job xsi:type="n1:DefinedReportJob"> <n1:endDay>2008-01-21</n1:endDay> <n1:name>Keyword Report</n1:name> <n1:startDay>2008-01-21</n1:startDay> <n1:aggregationTypes>Daily</n1:aggregationTypes> <n1:campaigns>123456789</n1:campaigns> <n1:selectedColumns>AveragePosition</n1:selectedColumns> <n1:selectedColumns>Cost</n1:selectedColumns> <n1:selectedColumns>Clicks</n1:selectedColumns> <n1:selectedColumns>Impressions</n1:selectedColumns> <n1:selectedColumns>KeywordTypeDisplay</n1:selectedColumns> <n1:selectedColumns>Keyword</n1:selectedColumns> <n1:selectedColumns>Campaign</n1:selectedColumns> <n1:selectedColumns>AdGroup</n1:selectedColumns> <n1:selectedColumns>KeywordMinCPC</n1:selectedColumns> <n1:selectedColumns>MaximumCPC</n1:selectedColumns> <n1:selectedColumns>KeywordDestUrlDisplay</n1:selectedColumns> <n1:selectedColumns>CTR</n1:selectedColumns> <n1:selectedColumns>CPC</n1:selectedColumns> <n1:selectedReportType>Keyword</n1:selectedReportType> </ n1:job> </n1:validateReportJob> </env:Body> </env:Envelope>
= Response
HTTP/1.1 500 Internal Server Error Content-Type: text/xml; charset=utf-8 Transfer-Encoding: chunked Cache-control: private Date: Tue, 22 Jan 2008 16:04:58 GMT Server: GFE/1.3 Connection: Close
2bf <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/v11"> <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> 0
! CONNECTION CLOSED
The request body did not contain an operation or the specified




