same here: here's the soap request and response:

Request:

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/
envelope/" xmlns:ns1="https://adwords.goog
le.com/api/adwords/cm/v200906"><SOAP-ENV:Header><RequestHeader
xmlns="https://adwords.google.com/api/adwords/
cm/
v200906"><authToken>DQAAAH8AAAC6EmNlvQyf6FVkixpw6eEwJagOsOESaYigsZ1LkqVE4Up7guH4ej4-
WTsg2BEH_tIuBfzBSJQaCF
Cz0Bf4VGWy97g17I36uWL1RvrsL8SbXMybohR98r2hfwrOnBqQIaLkMkvNOySHeGnrVldMzngrqdS3GGK9oDsEbeTbSwceNA</
authToken><
clientEmail>[email protected]</clientEmail><userAgent>Katana
Agent</userAgent><developerToken>***************</
developerToken><applicationToken>*****************</applicationToken></
RequestHeader>
</SOAP-ENV:Header><SOAP-ENV:Body><get xmlns="https://
adwords.google.com/api/adwords/cm/v200906"><selector></s
elector></get></SOAP-ENV:Body></SOAP-ENV:Envelope>

Response:

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/
envelope/"><soap:Header><ResponseHeader xmlns="htt
ps://adwords.google.com/api/adwords/cm/v200906"><requestId>0957b70f52f39887c81c8fc011fa1ba4</requestId><opera
tions>1</operations><responseTime>109</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>I
nternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ </
message><ApplicationException.Type>ApiException</Applicatio
nException.Type><errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance" xsi:type="InternalApiError"><fi
eldPath></fieldPath><trigger></
trigger><ApiError.Type>InternalApiError</
ApiError.Type><reason>UNEXPECTED_INTE
RNAL_API_ERROR</reason></errors></ApiExceptionFault></detail></
soap:Fault></soap:Body></soap:Envelope>

On Aug 15, 5:53 am, AdWords API Advisor <[email protected]>
wrote:
> Hi,
>
> Thanks for the information, I'll get in touch with the core
> engineering team and let them that some users are still experiencing
> issues.  I'll update this thread when I have more information.
>
> Best,
> - Eric
>
> On Aug 14, 4:47 pm, Mauro <[email protected]> wrote:
>
> > Yeap! I'm getting the same error.
>
> > Response XML:
>
> > <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/
> > envelope/"><soap:Header><ResponseHeader xmlns="https://
> > adwords.google.com/api/adwords/cm/
> > v200906"><requestId>dde29a24c3b217361ada4cece21131b6</
> > requestId><operations>1</operations><responseTime>177</
> > 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 xmlns:xsi="http://www.w3.org/2001/
> > XMLSchema-instance" xsi:type="InternalApiError"><fieldPath></
> > fieldPath><trigger></trigger><ApiError.Type>InternalApiError</
> > ApiError.Type><reason>UNEXPECTED_INTERNAL_API_ERROR</reason></errors></
> > ApiExceptionFault></detail></soap:Fault></soap:Body></soap:Envelope>
>
> > On Aug 14, 3:34 pm, knguyen <[email protected]> wrote:
>
> > > 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
>
> > > <[email protected]> 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 <[email protected]> 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 <[email protected]>
> > > > > 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 
> > > > > > <[email protected]>
> > > > > > 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 [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
-~----------~----~----~----~------~----~------~--~---

Reply via email to