Response XML: <?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/ envelope/"><soap:Header><ResponseHeader xmlns="https:// adwords.google.com/api/adwords/cm/ v200906"><requestId>86db7870c60f40d427b70faa0761c80d</ requestId><operations>1</operations><responseTime>233</ responseTime><units>1</units></ResponseHeader></ soap:Header><soap:Body><soap:Fault><faultcode>soap:Server</ faultcode><faultstring>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ </faultstring><detail><ApiExceptionFault xmlns="https:// adwords.google.com/api/adwords/cm/ v200906"><message>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ </ message><ApplicationException.Type>ApiException</ ApplicationException.Type><errors xsi:type="InternalApiError" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><fieldPath/ ><trigger/><ApiError.Type>InternalApiError</ ApiError.Type><reason>UNEXPECTED_INTERNAL_API_ERROR</reason></errors></ ApiExceptionFault></detail></soap:Fault></soap:Body></soap:Envelope>
If you're interested, here is the code: CampaignServiceInterface service = user.getService (AdWordsService.V200906.CAMPAIGN_SERVICE); CampaignPage page = service.get(new CampaignSelector()); for (Campaign campaign : page.getEntries()) { System.out.println(campaign.getName() + " " + campaign.getId()); } On Aug 14, 10:22 am, AdWords API Advisor <adwordsapiadvi...@google.com> wrote: > Hi, > > Are you receiving the same fault code as reported earlier? Can you > post the response SOAP XML? > > Thanks, > - Eric > > On Aug 14, 11:54 am, knguyen <kevin.matchcr...@gmail.com> wrote: > > > > > I'm still getting this error in sandbox environment when getting the > > campaigns from a client account. > > > On Aug 14, 6:47 am, AdWords API Advisor <adwordsapiadvi...@google.com> > > wrote: > > > > This issue has been resolved and v200906 requests should be working > > > again. Let us know if you encounter any other errors. > > > > Best, > > > - Eric > > > > On Aug 13, 5:51 pm, AdWords API Advisor <adwordsapiadvi...@google.com> > > > wrote: > > > > > Many people have noticed that calls made to the the AdWords v2009 API > > > > is returning internal errors for many requests made to it. The core > > > > engineering team was notified of the issue this morning and they have > > > > been looking into it. I will update this thread with new information > > > > as I receive it. > > > > > Best, > > > > - Eric Koleda, AdWords API Team --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---