Hi John,

Your settings for the selector look correct, although you only need to
specify the fields that you want to limit by.  Here is a sample
request:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/
envelope/" xmlns:v20="https://adwords.google.com/api/adwords/cm/
v200909">
   <soapenv:Header>
      <v20:RequestHeader>
         <v20:applicationToken>...</v20:applicationToken>
         <v20:authToken>...</v20:authToken>
         <v20:clientEmail>...</v20:clientEmail>
         <v20:developerToken>...</v20:developerToken>
         <v20:userAgent>...</v20:userAgent>
      </v20:RequestHeader>
   </soapenv:Header>
   <soapenv:Body>
      <v20:get>
         <v20:selector>
            <v20:idFilters>
               <v20:adGroupId>...</v20:adGroupId>
            </v20:idFilters>
         </v20:selector>
      </v20:get>
   </soapenv:Body>
</soapenv:Envelope>

Is that error coming from the AdWords API (via SOAP XML) or from your
programming language?  It appears to be the latter, which may mean
that something else is wrong.

Best,
- Eric Koleda, AdWords API Team

On Feb 20, 11:53 am, John M Bliss <bliss.j...@gmail.com> wrote:
> This thing...?  http://www.soapui.org Cool.  I'll check it out.  Thanks!
>
>
>
>
>
> On Sat, Feb 20, 2010 at 10:47 AM, Henri Altarac <halta...@rain.org> wrote:
> >  I am not yet there with my v13->v200909 conversion. Obviously, SOAPUI
> > will assist you in constructing the request.
>
> > *From:* John M Bliss [mailto:bliss.j...@gmail.com]
> > *Sent:* Saturday, February 20, 2010 6:15 AM
> > *To:* halta...@rain.org
> > *Subject:* Re: AdWords API Re: v13 CriterionService -> v200909
> > AdGroupCriterionService
>
> > At this point, I don't need soap responses from AdWords.  I need a sample
> > soap request to AdWords.  For
> > AdGroupCriterionService.get(AdGroupCriterionSelector).
>
> > On Fri, Feb 19, 2010 at 6:07 PM, h805 <halta...@rain.org> wrote:
>
> > Best is to download SOAPUI, provide the wsdl URL and run some test
> > queries. It will show you nicely formatted soap responses.
>
> > On Feb 19, 9:22 am, John Bliss <bliss.j...@gmail.com> wrote:
> > > OK.  ...  Just the complete XML.  (I don't need any PHP, .NET, etc code.)
> >  Thanks!
>
> > --
> > 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-...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > adwords-api+unsubscr...@googlegroups.com<adwords-api%2bunsubscr...@googlegr 
> > oups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/adwords-api?hl=en.
>
> > --
> > John Bliss
> > IT Professional
> > @jbliss (t) /http://www.brandiandjohn.com
>
> --
> John Bliss
> IT Professional
> @jbliss (t) /http://www.brandiandjohn.com

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