************************************************************************
*** Outgoing SOAP ******************************************************
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope 
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; 
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"; 
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsi3="http://www.w3.org/2001/XMLSchema-instance";>
 <SOAP-ENV:Header xmlns="https://adwords.google.com/api/adwords/cm/v201306"; 
xmlns:cm="https://adwords.google.com/api/adwords/cm/v201306";>
  <RequestHeader>
   <cm:developerToken>REDACTED</cm:developerToken>
   <cm:userAgent>OAuth2 Example (AwApi-Python/15.9.1, Common-Python/3.1.1, 
Python/2.7)</cm:userAgent>
   <cm:clientCustomerId>415-898-4730</cm:clientCustomerId>
  </RequestHeader>
 </SOAP-ENV:Header>
 <SOAP-ENV:Body>
  <get xmlns="https://adwords.google.com/api/adwords/cm/v201306"; 
xmlns:cm="https://adwords.google.com/api/adwords/cm/v201306";>
   <serviceSelector xsi3:type="cm:Selector">
    <cm:fields>Id</cm:fields>
    <cm:fields>Name</cm:fields>
    <cm:fields>Status</cm:fields>
   </serviceSelector>
  </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>
  <ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/v201306";>
   <requestId>0004e49bd13ba3480ae5b2ca00002f83</requestId>
   <serviceName>CampaignService</serviceName>
   <methodName>get</methodName>
   <operations>0</operations>
   <responseTime>238</responseTime>
  </ResponseHeader>
 </soap:Header>
 <soap:Body>
  <soap:Fault>
   <faultcode>soap:Server</faultcode>
   <faultstring>[QuotaCheckError.INCOMPLETE_SIGNUP @ ; 
trigger:'&lt;null&gt;']</faultstring>
   <detail>
    <ApiExceptionFault 
xmlns="https://adwords.google.com/api/adwords/cm/v201306";>
     <message>[QuotaCheckError.INCOMPLETE_SIGNUP @ ; 
trigger:'&lt;null&gt;']</message>
     <ApplicationException.Type>ApiException</ApplicationException.Type>
     <errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="QuotaCheckError">
      <fieldPath/>
      <trigger>&lt;null&gt;</trigger>
      <errorString>QuotaCheckError.INCOMPLETE_SIGNUP</errorString>
      <ApiError.Type>QuotaCheckError</ApiError.Type>
      <reason>INCOMPLETE_SIGNUP</reason>
     </errors>
    </ApiExceptionFault>
   </detail>
  </soap:Fault>
 </soap:Body>
</soap:Envelope>
************************************************************************

среда, 21 августа 2013 г., 12:51:46 UTC+4 пользователь Takeshi Hagikura 
(AdWords API Team) написал:
>
> Hi, 
>
> Can you please share the example xml request that fails (please remove 
> sensitive info such as developer token, auth token)?
>
> Best,
> - Takeshi
>
> On Saturday, August 17, 2013 12:28:14 AM UTC+9, Павел Силенко wrote:
>>
>> There is a test account, ID client: 374-873-6083, for any given query 
>> error: QuotaCheckError.INCOMPLETE_SIGNUP
>>
>> Help solve the problem!
>>
>

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

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to