I received following error message (QuotaCheckError.INVALID_TOKEN_HEADER  @ 
trigger: <null> ) when perform TrafficEstimatorService:

SOAP Response:
=============
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
<soap:Header>
<ResponseHeader 
xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201101"; 
xmlns="https://adwords.google.com/api/adwords/o/v201101";><ns2:requestId>0004abb296774d600a86fd1203463649</ns2:requestId>
<ns2:operations>0</ns2:operations>
<ns2:responseTime>122</ns2:responseTime>
<ns2:units>0</ns2:units>
</ResponseHeader>
</soap:Header>
<soap:Body>
<soap:Fault><faultcode>soap:Server</faultcode>
<faultstring>QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'&lt;null&gt;'
</faultstring>
<detail><ApiExceptionFault 
xmlns="https://adwords.google.com/api/adwords/o/v201101"; 
xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201101";>
<ns2:message>QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'&lt;null&gt;'
</ns2:message><ns2:ApplicationException.Type>ApiException</ns2:ApplicationException.Type>
<ns2:errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="ns2:QuotaCheckError"><ns2:fieldPath></ns2:fieldPath><ns2:trigger>&lt;null&gt;</ns2:trigger>
<ns2:errorString>QuotaCheckError.INVALID_TOKEN_HEADER</ns2:errorString>
<ns2:ApiError.Type>QuotaCheckError</ns2:ApiError.Type>
<ns2:reason>INVALID_TOKEN_HEADER</ns2:reason></ns2:errors>
</ApiExceptionFault></detail>
</soap:Fault>
</soap:Body>
</soap:Envelope>

Here is my SOAP XML request:
========================

<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/";>
<soap:Header>
<RequestHeader xmlns="https://adwords.google.com/api/adwords/o/v201101";>
<authToken>(removed)</authToken>
&[email address]</clientEmail>
<developerToken>xxxxxxxxxxxxxxxxxxx</developerToken>
<userAgent>PPCBidMax</userAgent>
</RequestHeader>
</soap:Header><soap:Body>
<get xmlns="https://adwords.google.com/api/adwords/o/v201101";>
<selector>
<campaignEstimateRequests>
<adGroupEstimateRequests>
<keywordEstimateRequests>
<keyword xmlns="https://adwords.google.com/api/adwords/o/v201101";>
<text>seo software</text>
<matchType>EXACT</matchType>
</keyword>
</keywordEstimateRequests>
</adGroupEstimateRequests>
</campaignEstimateRequests>
</selector>
</get>
</soap:Body>
</soap:Envelope>

Could you please let me know what I am doing wrong.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to