I'm getting "Unmarshalling Error: ParseError" when posting the following XML to https://adwords.google.com/api/adwords/cm/v200909/AdGroupCriterionService What am I doing wrong...?
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/ envelope/" xmlns:v20="https://adwords.google.com/api/adwords/cm/ v200909"> <soapenv:Header xmlns:soapenv="http://schemas.xmlsoap.org/soap/ envelope/"> <v20:RequestHeader xmlns:v20="https://adwords.google.com/api/ adwords/cm/v200909"> <v20:applicationToken xmlns:v20="https:// adwords.google.com/api/adwords/cm/v200909"> [our app token] </v20:applicationToken> <v20:authToken xmlns:v20="https://adwords.google.com/api/ adwords/cm/v200909"> [our auth token] </v20:authToken> <v20:clientEmail xmlns:v20="https://adwords.google.com/api/ adwords/cm/v200909"> [our client email] </v20:clientEmail> <v20:developerToken xmlns:v20="https://adwords.google.com/ api/adwords/cm/v200909"> [our dev token] </v20:developerToken> <v20:userAgent xmlns:v20="https://adwords.google.com/api/ adwords/cm/v200909"> [our user agent] </v20:userAgent> </v20:RequestHeader> </soapenv:Header> <soapenv:Body xmlns:soapenv="http://schemas.xmlsoap.org/soap/ envelope/"> <v20:mutate xmlns:v20="https://adwords.google.com/api/adwords/ cm/v200909"> <v20:operations xmlns:v20="https://adwords.google.com/api/ adwords/cm/v200909"> <v20:operator xmlns:v20="https://adwords.google.com/ api/adwords/cm/v200909"> SET </v20:operator> <v20:operand xmlns:v20="https://adwords.google.com/api/ adwords/cm/v200909"> <v20:adGroupId xmlns:v20="https:// adwords.google.com/api/adwords/cm/v200909"> [adGroupId] </v20:adGroupId> <v20:criterion xmlns:v20="https:// adwords.google.com/api/adwords/cm/v200909" xsi:type="v20:Criterion"> <v20:id xmlns:v20="https://adwords.google.com/ api/adwords/cm/v200909"> [id] </v20:id> </v20:criterion> <v20:destinationUrl xmlns:v20="https:// adwords.google.com/api/adwords/cm/v200909"> [destinationUrl] </v20:destinationUrl> </v20:operand> </v20:operations> </v20:mutate> </soapenv:Body> </soapenv:Envelope> -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. 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 To unsubscribe from this group, send email to adwords-api+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.