Hi Eric,

here's a more updated SOAP XML request and response (the failed one
along with a successful one called right before it). I'm consistently
seeing this error only for this one account and only when using
CustomerSyncService.Get.

Thanks,
Josh


FAILED Request & Response:

*** 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>20110513 001252 UTC</ns2:max>
</ns1:dateTimeRange>
<ns1:campaignIds>29376024</ns1:campaignIds>
</ns1:selector>
</ns1:get>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
************************************************************************

*** Incoming SOAP
******************************************************
<?xml version="1.0" encoding="UTF-8"?>
<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;@1776e13</
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;@1776e13</
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>
************************************************************************



SUCCESSFUL Request & Response:

*** 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>20110513 001252 UTC</ns2:max>
</ns1:dateTimeRange>
<ns1:campaignIds>51388944</ns1:campaignIds>
</ns1:selector>
</ns1:get>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
************************************************************************

*** Incoming SOAP
******************************************************
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/
envelope/"><soap:Header><ns2:ResponseHeader xmlns:ns2="https://
adwords.google.com/api/adwords/ch/v201008" xmlns="https://
adwords.google.com/api/adwords/cm/
v201008"><requestId>fe093d4e1f8917b02e4f16aa3ab9f108</
requestId><operations>0</operations><responseTime>491</
responseTime><units>0</units></ns2:ResponseHeader></
soap:Header><soap:Body><ns2:getResponse xmlns="https://
adwords.google.com/api/adwords/cm/v201008" xmlns:ns2="https://
adwords.google.com/api/adwords/ch/
v201008"><ns2:rval><ns2:changedCampaigns><ns2:campaignId>51388944</
ns2:campaignId><ns2:campaignChangeStatus>NEW</
ns2:campaignChangeStatus><ns2:campaignTargetingChanged>false</
ns2:campaignTargetingChanged></
ns2:changedCampaigns><ns2:lastChangeTimestamp>20110511 001206 UTC</
ns2:lastChangeTimestamp></ns2:rval></ns2: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