Hi Eric, Scanning back through the forum, I found this posting you had made:
"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." So following that guidance, I tried: <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:info='https://adwords.google.com/api/adwords/info/v201109' xmlns:mcm='https://adwords.google.com/api/adwords/mcm/v201109'> <soap:Header> <info:RequestHeader> <cm:developerToken>{0}</cm:developerToken> <cm:userAgent>ShufflePoint</cm:userAgent> </info:RequestHeader> </soap:Header> <soap:Body> <get xmlns='https://adwords.google.com/api/adwords/info/v201109'> <selector> <includeSubAccounts>true</includeSubAccounts> <apiUsageType>UNIT_COUNT_FOR_CLIENTS</apiUsageType> </selector> </get> </soap:Body> </soap:Envelope> But I still get a 500 protocol error I also tried <cm:RequestHeader> but got same error. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
