hi,
I have a problem in ManagedCustomerService : INVALID_TOKEN_HEADER
(in other services my dev token is valid, i get data and everything's ok!)

when i tried to change mcm to cm in the RequestHeader as it was suggested 
in one of the past forum posts, I got another error(it looks like it means 
it should be mcm):

Unmarshalling Error: unexpected element (uri:"
https://adwords.google.com/api/adwords/cm/v201402";, local:"RequestHeader"). 
Expected elements are <{
https://adwords.google.com/api/adwords/mcm/v201402}ApiExceptionFault&gt
;,<{https://adwords.google.com/api/adwords/mcm/v201402}RequestHeader&gt
;,<{https://adwords.google.com/api/adwords/mcm/v201402}ResponseHeader&gt
;,<


my request xml 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:Header>
<ns1:RequestHeader xmlns:ns1="
https://adwords.google.com/api/adwords/mcm/v201402"; soapenv:actor="
http://schemas.xmlsoap.org/soap/actor/next"; soapenv:mustUnderstand="0">
<ns1:clientCustomerId>*********</ns1:clientCustomerId>
<ns1:developerToken>*********</ns1:developerToken>
<ns1:userAgent>*********</ns1:userAgent>
<ns1:validateOnly>false</ns1:validateOnly>
<ns1:partialFailure>false</ns1:partialFailure>
</ns1:RequestHeader>
</soapenv:Header>
<soapenv:Body>
<get xmlns="https://adwords.google.com/api/adwords/mcm/v201402";>
<serviceSelector>
<fields>customerId</fields>
<fields>currencyCode</fields>
<fields>dateTimeZone</fields>
</serviceSelector>
</get>
</soapenv:Body>
</soapenv:Envelope>


can you please help? tnx!

Keren H.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to