Re: soap:Server Fault occurred while processing.

2010-11-09 Thread AdWords API Advisor
Hi Jamie,

The estimateKeywordList() method is part of the v13
TrafficEstimatorService, but you are sending the request to the
v201008 CampaignService URL.  Additionally, your request is missing
the AdWords API namespaces that are required.  I recommend that you
use the new v201008 TrafficEstimatorService, which provides a single
get() method:

  
http://code.google.com/apis/adwords/docs/reference/latest/TrafficEstimatorService.html

Additionally, using one our client libraries can be much easier then
writing the XML by hand:

  http://code.google.com/apis/adwords/docs/clientlibraries.html

Best,
- Eric Koleda, AdWords API Team

On Nov 7, 3:11 pm, "brendangorm...@skinwest.com"
 wrote:
> 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):
>
> 
> http://www.w3.org/2001/XMLSchema";
>         xmlns:env="http://schemas.xmlsoap.org/soap/envelope/";
>         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
>         
>                 Dj-X-R2
>                 x
>                 x...@example.com
>                 client_1+...@example.com
>                 none
>                 x...@example.com++usd
>         
>         
>                 
>                         
>                                 10
>                                 mars cruise
>                                 Broad
>                         
>                 
>         
> 
>
> 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/CampaignSer...
>
> Here is what I'm getting:
>
>  xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
> 
>         
>                 soap:Server
>                 Fault occurred while processing.
>         
> 
> 
>
> 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 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


soap:Server Fault occurred while processing.

2010-11-08 Thread brendangorm...@skinwest.com
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):


http://www.w3.org/2001/XMLSchema";
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>

Dj-X-R2
x
x...@example.com
client_1+...@example.com
none
x...@example.com++usd




10
mars cruise
Broad







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:

http://schemas.xmlsoap.org/soap/envelope/";>

    
    soap:Server
Fault occurred while processing.





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