Hi Eric, I'm getting an HTTP 500 error when I do this. Here's the SOAP message I tried using:
<?xml version='1.0' encoding='utf-8'?> <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> <mcm:RequestHeader> <cm:developerToken>XXXXXX</cm:developerToken> <cm:userAgent>XXXXXXX</cm:userAgent> </mcm: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> -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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