Thanks for quick answer. I'm still having trouble with that thing.
Here is my soap request log (with my private data replaced by
capitalized placeholders):

<?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:email soapenv:actor="http://schemas.xmlsoap.org/
soap/actor/next" soapenv:mustUnderstand="0" xmlns:ns1="https://
adwords.google.com/api/adwords/v13">
MY_EMAIL_HERE
                </ns1:email>
                <ns2:password soapenv:actor="http://
schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0"
xmlns:ns2="https://adwords.google.com/api/adwords/v13";>
MY_PASSWORD_HERE
                </ns2:password>
                <ns3:developerToken soapenv:actor="http://
schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0"
xmlns:ns3="https://adwords.google.com/api/adwords/v13";>
MY_DEV_TOKEN_HERE
                </ns3:developerToken>
                <ns4:applicationToken soapenv:actor="http://
schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0"
xmlns:ns4="https://adwords.google.com/api/adwords/v13";>
MY_APP_TOKEN_HERE
                </ns4:applicationToken>
                <ns5:useragent soapenv:actor="http://
schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0"
xmlns:ns5="https://adwords.google.com/api/adwords/v13";>
AdWords API Java Client Library - v6.2.0 - Marchex
                </ns5:useragent>
                <ns6:clientCustomerId soapenv:actor="http://
schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0"
xmlns:ns6="https://adwords.google.com/api/adwords/v13";>
995-326-1374
                </ns6:clientCustomerId>
            </soapenv:Header>
<soapenv:Body><estimateCampaignList xmlns="https://adwords.google.com/
api/adwords/v13"><campaignRequests> ...

And here is my response:

<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><responseTime soapenv:actor="http://
schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0"
xmlns="https://adwords.google.com/api/adwords/v13";>320</
responseTime><operations soapenv:actor="http://schemas.xmlsoap.org/
soap/actor/next" soapenv:mustUnderstand="0" xmlns="https://
adwords.google.com/api/adwords/v13">1</operations><units
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/
adwords/v13">20</units><requestId soapenv:actor="http://
schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0"
xmlns="https://adwords.google.com/api/adwords/
v13">ac19500d9a81f387b2f6960b01f2d624</requestId></
soapenv:Header><soapenv:Body><soapenv:Fault>
     <faultcode>soapenv:Server.userException</faultcode>

     <faultstring>Must specify a client in order to do traffic
estimates.</faultstring>

     <detail>
      <ns1:fault xmlns:ns1="https://adwords.google.com/api/adwords/
v13">
       <ns1:code>94</ns1:code>

       <ns1:message>Must specify a client in order to do traffic
estimates.</ns1:message>

    </ns1:fault>

   </detail>

  </soapenv:Fault></soapenv:Body></soapenv:Envelope>

As you can see - clientCustomerId  - is specified (and it's correct
for my adwords account). Please help. I'm already spent f couple of
dollars for failed requests. Thanks!

--

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.


Reply via email to