I've been up and down all 20 sets of documentation and have pretty much reached my wits end, is there any way to get the google API to actually tell you more about the errors?
Here's the XML, exactly (sans password/login info): <?xml version="1.0"?> <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> <applicationToken>Dj-XXXXXXXXXXXXX-R2</applicationToken> <password>xxxxx</password> <email>[email protected]</email> <clientEmail>[email protected]</clientEmail> <useragent>none</useragent> <developerToken>[email protected]++usd</developerToken> </env:Header> <env:Body> <estimateKeywordList> <keywordRequests> <maxCpc>100000</maxCpc> <text>mars cruise</text> <type>Broad</type> </keywordRequests> </estimateKeywordList> </env:Body> </env:Envelope> curl --header "Content-Type: application/soap+xml" --data @data.xml $URL I'm posting it to: https://adwords-sandbox.google.com/api/adwords/cm/v201008/CampaignService Here is what I'm getting: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <soap:Fault> <faultcode>soap:Server</faultcode> <faultstring>Fault occurred while processing.</faultstring> </soap:Fault> </soap:Body> </soap:Envelope> Thanks! Jamie -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
