Finally got it. Just had to ask :-) Seems using correct namespaces are critical.
Here's what works: <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/ envelope/" xmlns:ns1="https://adwords.google.com/api/adwords/o/ v201008" xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201008" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Header> <ns1:RequestHeader> <ns2:authToken>#{credential.auth_token}</ns2:authToken> <ns2:developerToken>#{credential.developer_token}</ ns2:developerToken> <ns2:userAgent>#{credential.user_agent}</ns2:userAgent> </ns1:RequestHeader> </soapenv:Header> <soapenv:Body xmlns:o="https://adwords.google.com/api/adwords/o/ v201003"> <ns1:get xmlns:o="https://adwords.google.com/api/adwords/o/ v201003"> <ns1:selector> <ns1:searchParameters xsi:type="ns1:RelatedToKeywordSearchParameter"> <ns1:keywords xmlns:cm="https://adwords.google.com/api/ adwords/cm/v201003" xsi:type="ns2:Keyword"> <ns2:text>adwords api example</ns2:text> <ns2:matchType>EXACT</ns2:matchType> </ns1:keywords> </ns1:searchParameters> <ns1:searchParameters xsi:type="ns1:IdeaTextMatchesSearchParameter"> <ns1:included>adwords api example</ns1:included> </ns1:searchParameters> <ns1:searchParameters xsi:type="ns1:KeywordMatchTypeSearchParameter"> <ns1:keywordMatchTypes>BROAD</ns1:keywordMatchTypes> </ns1:searchParameters> <ns1:searchParameters xsi:type="ns1:CountryTargetSearchParameter"> <ns1:countryTargets xmlns:cm="https://adwords.google.com/api/ adwords/cm/v201003" xsi:type="ns2:CountryTarget"> <ns2:excluded>false</ns2:excluded> <ns2:countryCode>US</ns2:countryCode> </ns1:countryTargets> </ns1:searchParameters> <ns1:ideaType>KEYWORD</ns1:ideaType> <ns1:requestType>IDEAS</ns1:requestType> <ns1:requestedAttributeTypes>KEYWORD</ ns1:requestedAttributeTypes> <ns1:paging xmlns:cm="https://adwords.google.com/api/adwords/cm/ v201003"> <ns2:startIndex>0</ns2:startIndex> <ns2:numberResults>10</ns2:numberResults> </ns1:paging> </ns1:selector> </ns1:get> </soapenv:Body> </soapenv:Envelope> Hope that helps someone! -- Daniel -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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