Hi Simon, That was my mistake, I described the solution incorrectly. The SoapHeader element should be in the service's namespace, but it's contents should be in the cm namespace. Essentially the SOAP header should be in mcm, but the object contained within it should be in the cm namespace.
<soap:Envelope xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:cm='https://adwords.google.com/api/adwords/cm/v201109' xmlns:mcm='https://adwords.google.com/api/adwords/mcm/v201109'> <soap:Header> <mcm:RequestHeader> <cm:authToken>xxxx</cm:authToken> <cm:applicationToken>yyyy</cm:applicationToken> <cm:developerToken>zzzz</cm:developerToken> </mcm:RequestHeader> </soap:Header> <soap:Body> <get xmlns='https://adwords.google.com/api/adwords/mcm/v201109'> <selector /> </get> </soap:Body> </soap:Envelope> Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
