Using sandbox I keep getting error
InternalApiError.UNEXPECTED_INTERNAL_API_ERROR when I try to call
operations of ReportDefinitionService v201101. I tried it with two
different Google accounts at least, none of them worked.

I also tried invoking CampaignService opeartions and finally it worked
but I got the same error for several times earlier.

Here is the request xml:

<?xml version="1.0" encoding="UTF-8" ?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/
envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  <soapenv:Header>
    <ns1:RequestHeader soapenv:actor="http://schemas.xmlsoap.org/soap/
actor/next" soapenv:mustUnderstand="0" xmlns:ns1="https://
adwords.google.com/api/adwords/cm/v201101">
      <ns1:authToken xmlns:ns1="https://adwords.google.com/api/adwords/
cm/v201101">******</ns1:authToken>
      <ns1:clientEmail>client_1+****</ns1:clientEmail>
      <ns1:developerToken>****++HUF</ns1:developerToken>
      <ns1:userAgent>AdWords API Java Client Library - v8.3.1 - ****</
ns1:userAgent>
      <ns1:validateOnly>false</ns1:validateOnly>
      <ns1:partialFailure>false</ns1:partialFailure>
    </ns1:RequestHeader>
  </soapenv:Header>
  <soapenv:Body>
    <get xmlns="https://adwords.google.com/api/adwords/cm/v201101";>
      <selector />
    </get>
  </soapenv:Body>
</soapenv:Envelope>


And the response is:

<?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/
v201101">
      <requestId>0004a8577aadf2e00a0c0e153c59fd31</requestId>
      <operations>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 @
[Ljava.lang.StackTraceElement;@3d58e3]</faultstring>
      <detail>
        <ApiExceptionFault xmlns="https://adwords.google.com/api/
adwords/cm/v201101">
          <message>[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @
[Ljava.lang.StackTraceElement;@3d58e3]</message>
          <ApplicationException.Type>ApiException</
ApplicationException.Type>
          <errors xsi:type="InternalApiError" xmlns:xsi="http://
www.w3.org/2001/XMLSchema-instance">
            <fieldPath />
            <trigger />
 
<errorString>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR</
errorString>
            <ApiError.Type>InternalApiError</ApiError.Type>
            <reason>UNEXPECTED_INTERNAL_API_ERROR</reason>
          </errors>
        </ApiExceptionFault>
      </detail>
    </soap:Fault>
  </soap:Body>
</soap:Envelope>


Is there any issue with sandbox or am I doing anything wrong?

Any help is appreciated.

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