I've been getting this error all morning.

Here's my soap stuff, with [EMAIL], [APP-TOKEN], and [PASSWORD]
substituted for privacy.  I'm posting to the sandbox url, "https://
sandbox.google.com/api/adwords/v13/".  This is a mcc account.

<?xml version="1.0" encoding="utf-8" ?>
<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema";
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/";
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  <env:Header>
        <developerToken env:mustUnderstand="0">[EMAIL]++USD</
developerToken>
        <useragent env:mustUnderstand="0">Clickfund</useragent>
        <applicationToken env:mustUnderstand="0">[APP-TOKEN]</
applicationToken>
        <password env:mustUnderstand="0">[PASSWORD]</password>
        <email env:mustUnderstand="0">[EMAIL]</email>
  </env:Header>
  <env:Body>
    <n1:getClientAccounts xmlns:n1="https://adwords.google.com/api/
adwords/v13"></n1:getClientAccounts>
  </env:Body>
</env:Envelope>

<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:Body>
  <soapenv:Fault>
   <faultcode>soapenv:Server.generalException</faultcode>
   <faultstring>An internal error has occurred.  Please retry your
request.</faultstring>
   <detail>
    <ns1:fault xmlns:ns1="https://adwords.google.com/api/adwords/v13";>
     <ns1:code>0</ns1:code>
     <ns1:message>An internal error has occurred.  Please retry your
request.</ns1:message>
    </ns1:fault>
   </detail>
  </soapenv:Fault>
 </soapenv:Body>
</soapenv:Envelope>
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to