We tried to upgrade to v201209, but we keep getting "SelectorError.MISSING_FIELDS" error for ManagedCustomerService.
Here is your XML code: ===================== <?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:soap=" http://schemas.xmlsoap.org/soap/envelope/" xmlns:o=" https://adwords.google.com/api/adwords/o/v201209" xmlns:cm=" https://adwords.google.com/api/adwords/cm/v201209" xmlns:mcm=" https://adwords.google.com/api/adwords/mcm/v201209" xmlns:xsd=" http://www.w3.org/2001/XMLSchema" xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" xmlns:soap-enc=" http://schemas.xmlsoap.org/soap/encoding/"> <soap:Header> <RequestHeader xmlns="https://adwords.google.com/api/adwords/mcm/v201209" xmlns:o="https://adwords.google.com/api/adwords/cm/v201209"> <cm:authToken>xxxxx</cm:authToken> <cm:developerToken>xxxx</cm:developerToken> <cm:userAgent>xxxx</cm:userAgent> </RequestHeader> </soap:Header> <soap:Body> <get xmlns="https://adwords.google.com/api/adwords/mcm/v201209"> <serviceSelector xmlns:o="https://adwords.google.com/api/adwords/cm/v201209 "> <fields>Name</fields> <fields>CustomerId</fields> <fields>CurrencyCode</fields> <fields>DateTimeZone</fields> <fields>Login</fields> <fields>CompanyName</fields> <fields>CanManageClients</fields> <fields>clientCustomerId</fields> <dateRange> <min>20020101</min> <max>20121020</max> </dateRange> <paging> <startIndex>0</startIndex> <numberResults>50</numberResults> </paging> </serviceSelector> </get> </soap:Body> </soap:Envelope> Here is the full error message: ============================== <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><ns2:ResponseHeader xmlns:ns2="https://adwords.google.com/api/adwords/mcm/v201209" xmlns=" https://adwords.google.com/api/adwords/cm/v201209"><requestId>0004cce2489462d00a837b1100005cdd</requestId><serviceName>ManagedCustomerService</serviceName><methodName>get</methodName><operations>1</operations><responseTime>265</responseTime><units>0</units></ns2:ResponseHeader></soap:Header><soap:Body><soap:Fault><faultcode>soap:Server</faultcode><faultstring>[SelectorError.MISSING_FIELDS @ serviceSelector]</faultstring><detail><ns2:ApiExceptionFault xmlns=" https://adwords.google.com/api/adwords/cm/v201209" xmlns:ns2=" https://adwords.google.com/api/adwords/mcm/v201209"><message>[SelectorError.MISSING_FIELDS @ serviceSelector]</message><ApplicationException.Type>ApiException</ApplicationException.Type><errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="SelectorError"><fieldPath>serviceSelector</fieldPath><trigger></trig ger><errorString>SelectorError.MISSING_FIELDS</errorString><ApiError.Type>SelectorError</ApiError.Type><reason>MISSING_FIELDS</reason></errors></ns2:ApiExceptionFault></detail></soap:Fault></soap:Body></soap:Envelope> Could you please let me know what we are doing wrong? Regards, David -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
