Re: Get Error: QuotaCheckError.INVALID_TOKEN_HEADER @ trigger: <null> for TrafficEstimatorService

2011-08-31 Thread Eric Koleda
Hi David,

I believe the problem is with the namespace used in your header.  The 
 element is correctly set to the o/ namespace, since the 
request is to an o/ service.  However, the object it holds is of the 
type SoapHeader, which is in the cm/ namespace.  This means that all the 
elements under  should be in the cm/ namespace as well.  For 
example:

http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:o="https://adwords.google.com/api/adwords/o/v201101"; 
xmlns:cm="https://adwords.google.com/api/adwords/cm/v201101"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
   
  
 ...
 ...

You'll also run into the same problem with the  element you are 
including later in the request.  In general we recommend that developers use 
a SOAP library (or one of our client 
libraries) 
as they handle this namespacing automatically.

Best,
- Eric Koleda, AdWords API Team

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@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


Get Error: QuotaCheckError.INVALID_TOKEN_HEADER @ trigger: <null> for TrafficEstimatorService

2011-08-29 Thread David
I received following error message (QuotaCheckError.INVALID_TOKEN_HEADER  @ 
trigger: <null> ) when perform TrafficEstimatorService:

SOAP Response:
=
http://schemas.xmlsoap.org/soap/envelope/";>

https://adwords.google.com/api/adwords/cm/v201101"; 
xmlns="https://adwords.google.com/api/adwords/o/v201101";>0004abb296774d600a86fd1203463649
0
122
0



soap:Server
QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'<null>'

https://adwords.google.com/api/adwords/o/v201101"; 
xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201101";>
QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'<null>'
ApiException
http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="ns2:QuotaCheckError"><null>
QuotaCheckError.INVALID_TOKEN_HEADER
QuotaCheckError
INVALID_TOKEN_HEADER





Here is my SOAP XML request:



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/";>

https://adwords.google.com/api/adwords/o/v201101";>
(removed)
&[email address]
xxx
PPCBidMax


https://adwords.google.com/api/adwords/o/v201101";>




https://adwords.google.com/api/adwords/o/v201101";>
seo software
EXACT









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 adwords-api@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