Here's the actual relevant soap log. Thanks.

_________________________________ Thu May 05 11:50:25 2011 REQUEST:
<SOAP-ENV:Envelope xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/
encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:ZSI="http://www.zolera.com/schemas/ZSI/"; xmlns:xsd="http://
www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance"><SOAP-ENV:Header><RequestHeader xmlns="https://
adwords.google.com/api/adwords/ch/v201008" xmlns:ns1="https://
adwords.google.com/api/adwords/cm/v201008"><ns1:authToken>xxxxxx</
ns1:authToken><ns1:userAgent>AwApi-Python-13.1.0|Test Client</
ns1:userAgent><ns1:developerToken>bQ3eNEMdLgufOCcABVk1Ow</
ns1:developerToken></RequestHeader></SOAP-ENV:Header><SOAP-ENV:Body
xmlns:ns1="https://adwords.google.com/api/adwords/ch/v201008";><ns1:get
xmlns:ns1="https://adwords.google.com/api/adwords/ch/
v201008"><ns1:selector><ns1:dateTimeRange xmlns:ns2="https://
adwords.google.com/api/adwords/cm/v201008"><ns2:min>19700102 010101
UTC</ns2:min><ns2:max>20110507 184851 UTC</ns2:max></
ns1:dateTimeRange><ns1:campaignIds>28961484</ns1:campaignIds></
ns1:selector></ns1:get></SOAP-ENV:Body></SOAP-ENV:Envelope>
_________________________________ Thu May 05 11:50:57 2011 RESPONSE:
500
Internal Server Error
-------
Content-Type: text/xml; charset=UTF-8
Content-Encoding: gzip
Transfer-Encoding: chunked
Date: Thu, 05 May 2011 18:51:04 GMT
Expires: Thu, 05 May 2011 18:51:04 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/
envelope/"><soap:Body><soap:Fault><faultcode>soap:Server</
faultcode><faultstring>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
@ [Ljava.lang.StackTraceElement;@a5eac1</
faultstring><detail><ns2:ApiExceptionFault xmlns="https://
adwords.google.com/api/adwords/cm/v201008" xmlns:ns2="https://
adwords.google.com/api/adwords/ch/
v201008"><message>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @
[Ljava.lang.StackTraceElement;@a5eac1</
message><ApplicationException.Type>ApiException</
ApplicationException.Type><errors xmlns:xsi="http://www.w3.org/2001/
XMLSchema-instance" xsi:type="InternalApiError"><fieldPath></
fieldPath><trigger></
trigger><errorString>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR</
errorString><ApiError.Type>InternalApiError</
ApiError.Type><reason>UNEXPECTED_INTERNAL_API_ERROR</reason></errors></
ns2:ApiExceptionFault></detail></soap:Fault></soap:Body></
soap:Envelope>



On May 5, 1:15 pm, jchan <jchan...@gmail.com> wrote:
> Hello everyone,
>
> I've recently been working with a new adwords account and I've been
> getting a
> InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @
> [Ljava.lang.StackTraceElement;@8f692e
> after using CustomerSyncService.Get on the Campaigns in this account.
> The error pops up on different campaigns at different attempts so it
> doesn't seem to be consistently having a problem with just one
> campaign.
>
> I have only seen this happen to one adwords account among many that
> I've been working with. The incoming soap log entry doesn't seem to
> exist for this particular error but here's a successful request for
> another campaign in this account.
>
> Any help would be appreciated.
> Thanks,
> Joshua
>
> *** Outgoing HTTP headers
> **********************************************
> User-Agent: ZSI 2.0.0 (http://pywebsvcs.sf.net);
> xml.etree.cElementTree v1.0.6
> ************************************************************************
> *** Outgoing SOAP
> ******************************************************
> <?xml version="1.0" encoding="UTF-8"?>
> <SOAP-ENV:Envelope xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/
> encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
> xmlns:ZSI="http://www.zolera.com/schemas/ZSI/"; 
> xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-
> instance">
> <SOAP-ENV:Header>
> <RequestHeader xmlns="https://adwords.google.com/api/adwords/ch/
> v201008" xmlns:ns1="https://adwords.google.com/api/adwords/cm/
> v201008">
> <ns1:authToken>xxxxxx</ns1:authToken>
> <ns1:userAgent>AwApi-Python-13.1.0|Test Client</ns1:userAgent>
> <ns1:developerToken>xxxxxx</ns1:developerToken>
> </RequestHeader>
> </SOAP-ENV:Header>
> <SOAP-ENV:Body xmlns:ns1="https://adwords.google.com/api/adwords/ch/
> v201008">
> <ns1:get xmlns:ns1="https://adwords.google.com/api/adwords/ch/
> v201008">
> <ns1:selector>
> <ns1:dateTimeRange xmlns:ns2="https://adwords.google.com/api/adwords/
> cm/v201008">
> <ns2:min>19700102 010101 UTC</ns2:min>
> <ns2:max>20110507 171203 UTC</ns2:max>
> </ns1:dateTimeRange>
> <ns1:campaignIds>51326544</ns1:campaignIds>
> </ns1:selector>
> </ns1:get>
> </SOAP-ENV:Body>
> </SOAP-ENV:Envelope>
> ************************************************************************
> *** Incoming HTTP headers
> **********************************************
> 200 OK
> Content-Type: text/xml; charset=UTF-8
> SOAPAction: ""
> Content-Encoding: gzip
> Transfer-Encoding: chunked
> Date: Thu, 05 May 2011 17:17:37 GMT
> Expires: Thu, 05 May 2011 17:17:37 GMT
> Cache-Control: private, max-age=0
> X-Content-Type-Options: nosniff
> X-Frame-Options: SAMEORIGIN
> X-XSS-Protection: 1; mode=block
> Server: GSE
> ************************************************************************
> *** Incoming SOAP
> ******************************************************
> <?xml version="1.0" encoding="UTF-8"?>
> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/
> envelope/"><soap:Header><ResponseHeader xmlns:ns2="https://
> adwords.google.com/api/adwords/cm/v201008" xmlns="https://
> adwords.google.com/api/adwords/ch/
> v201008"><ns2:requestId>1307e68dbc0a715fe8aa46870d0327fd</
> ns2:requestId><ns2:operations>0</
> ns2:operations><ns2:responseTime>2817</ns2:responseTime><ns2:units>0</
> ns2:units></ResponseHeader></soap:Header><soap:Body><getResponse
> xmlns="https://adwords.google.com/api/adwords/ch/v201008";
> xmlns:ns2="https://adwords.google.com/api/adwords/cm/
> v201008"><rval><changedCampaigns><campaignId>51326544</
> campaignId><campaignChangeStatus>NEW</
> campaignChangeStatus><campaignTargetingChanged>false</
> campaignTargetingChanged></
> changedCampaigns><lastChangeTimestamp>20110505 165320 UTC</
> lastChangeTimestamp></rval></getResponse></soap:Body></soap:Envelope>
> ************************************************************************

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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

Reply via email to