Hi,

I'm getting the "*Unmarshalling Error: CVC-type.2: The type definition 
cannot be abstract for element v20:searchParameters.*"

when I tried to trigger this via dynamic script I'm facing this issue.
https://adwords.google.com/api/adwords/o/v201809/TargetingIdeaService

SOAP Request: 

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:v20="https://adwords.google.com/api/adwords/o/v201809"; 
xmlns:v201="https://adwords.google.com/api/adwords/cm/v201809";>
   <soapenv:Header>
      <v20:RequestHeader>
         <!--Optional:-->
        
 
<v201:clientCustomerId>${RequestHeader.clientCustomerId}</v201:clientCustomerId>
         <!--Optional:-->
        
 <v201:developerToken>${RequestHeader.developerToken}</v201:developerToken>
         <!--Optional:-->
         <v201:userAgent>${RequestHeader.userAgent}</v201:userAgent>
         <!--Optional:-->
        
 <v201:validateOnly>${RequestHeader.validateOnly}</v201:validateOnly>
         <!--Optional:-->
        
 <v201:partialFailure>${RequestHeader.partialFailure}</v201:partialFailure>
      </v20:RequestHeader>
   </soapenv:Header>
   <soapenv:Body>
      <v20:get>
         <!--Optional:-->
         <v20:selector>
            <!--Zero or more repetitions:-->
            <v20:searchParameters>
               <!--Optional:-->
              
 
<v20:SearchParameter.Type>${searchParameters.SearchParameter.Type}</v20:SearchParameter.Type>
            </v20:searchParameters>
            <!--Optional:-->
            <v20:ideaType>${selector.ideaType}</v20:ideaType>
            <!--Optional:-->
            <v20:requestType>${selector.requestType}</v20:requestType>
            <!--Zero or more repetitions:-->
            
<v20:requestedAttributeTypes>${selector.requestedAttributeTypes}</v20:requestedAttributeTypes>
            <!--Optional:-->
            <v20:paging>
               <!--Optional:-->
               <v201:startIndex>${paging.startIndex}</v201:startIndex>
               <!--Optional:-->
              
 <v201:numberResults>${paging.numberResults}</v201:numberResults>
            </v20:paging>
            <!--Optional:-->
            <v20:localeCode>${selector.localeCode}</v20:localeCode>
            <!--Optional:-->
            <v20:currencyCode>${selector.currencyCode}</v20:currencyCode>
         </v20:selector>
      </v20:get>
   </soapenv:Body>
</soapenv:Envelope>

Kindly advise me how to fix this issue.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/06d6e4db-48b2-4f21-b9fa-8b4522888ec1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Unmarshalling E... 'Sangeetha Jeyam' via AdWords API and Google Ads API Forum

Reply via email to