I've moved some inches forward by examining recent examples posted to
the forum and I no longer get the "Unmarshalling Error" with the XML
request I've assembled (below).

Now I get the error:

RequiredError.REQUIRED @ selector

What am I missing?

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/
envelope/" xmlns:o="https://adwords.google.com/api/adwords/o/v201008";
xmlns:cm="https://adwords.google.com/api/adwords/cm/v201008";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  <soapenv:Header>
    <o:RequestHeader>
      <cm:authToken>xxxxx</cm:authToken>
      <cm:developerToken>xxxxx</cm:developerToken>
      <cm:userAgent>xxxxx</cm:userAgent>
    </o:RequestHeader>
  </soapenv:Header>
  <soapenv:Body xmlns:o="https://adwords.google.com/api/adwords/o/
v201003">
    <o:get xmlns:o="https://adwords.google.com/api/adwords/o/v201003";>
    <o:selector>
       <o:searchParameters
xsi:type="o:RelatedToKeywordSearchParameter">
          <o:keywords xmlns:cm="https://adwords.google.com/api/adwords/
cm/v201003" xsi:type="cm:Keyword">
             <cm:text>adwords api example</cm:text>
             <cm:matchType>EXACT</cm:matchType>
          </o:keywords>
       </o:searchParameters>
       <o:searchParameters
xsi:type="o:IdeaTextMatchesSearchParameter">
          <o:included>adwords api example</o:included>
       </o:searchParameters>
       <o:searchParameters
xsi:type="o:KeywordMatchTypeSearchParameter">
          <o:keywordMatchTypes>BROAD</o:keywordMatchTypes>
       </o:searchParameters>
       <o:searchParameters xsi:type="o:CountryTargetSearchParameter">
          <o:countryTargets xmlns:cm="https://adwords.google.com/api/
adwords/cm/v201003" xsi:type="cm:CountryTarget">
             <cm:excluded>false</cm:excluded>
             <cm:countryCode>US</cm:countryCode>
          </o:countryTargets>
       </o:searchParameters>
       <o:ideaType>KEYWORD</o:ideaType>
       <o:requestType>IDEAS</o:requestType>
       <o:requestedAttributeTypes>KEYWORD</o:requestedAttributeTypes>
       <o:paging xmlns:cm="https://adwords.google.com/api/adwords/cm/
v201003">
          <cm:startIndex>0</cm:startIndex>
          <cm:numberResults>10</cm:numberResults>
       </o:paging>
    </o:selector>
    </o:get>
  </soapenv:Body>
</soapenv:Envelope>


I really wish I could use the ruby client library but it's not an
option (due to soap4r).

-- 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

Reply via email to