Thanks Jeff,

I had a look and saw what was going on, if it can be useful for other
developpers : requests were sent with 0.9 HTTP version instead of 1.0
or 1.1.
I didn't know such that option was existing in the soft :)

--Laurent

On 13 avr, 17:17, AdWords API Advisor <[email protected]>
wrote:
> Hello Laurent,
>
>  A 400 Bad Request HTTP response indicates that your client code is
> sending a malformed HTTP request. This would usually be something with
> the HTTP headers or the way the HTTP request body is encoded, and not
> something specific with the SOAP XML in your HTTP request body.
>
>  As for a resolution, it's extremely difficult to say what might be
> causing your code to send a bad HTTP request. I'd recommend taking a
> look at whether anything on your side of things has recently changed,
> such as updated libraries or other software components.
>
> Cheers,
> -Jeff Posnick, AdWords API Team
>
> On Apr 7, 4:51 am, Laurent <[email protected]> wrote:
>
> > I use a software to make test requests through soap but since today
> > (maybe it's been for days or weeks) I can't access anything, with all
> > the same response :
>
> > Bad request
> > Your client has issued a malformed or illegal request.
>
> > The requests have been re-generated so I'm pretty sure it should be
> > ok...
> > Here is an example :
>
> > <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/
> > envelope/" xmlns:v13="https://adwords.google.com/api/adwords/v13";>
> >    <soapenv:Header>
> >       <v13:applicationToken>?</v13:applicationToken>
> >       <v13:developerToken>?</v13:developerToken>
> >       <v13:clientCustomerId>?</v13:clientCustomerId>
> >       <v13:clientEmail>?</v13:clientEmail>
> >       <v13:email>?</v13:email>
> >       <v13:password>?</v13:password>
> >       <v13:useragent>?</v13:useragent>
> >    </soapenv:Header>
> >    <soapenv:Body>
> >       <v13:getAllAdWordsCampaigns>
> >          <v13:dummy>?</v13:dummy>
> >       </v13:getAllAdWordsCampaigns>
> >    </soapenv:Body>
> > </soapenv:Envelope>
>
> > I should expect an error message with email error or something like
> > that, no ?
> > Does anyone have a clue ?
> > thanks
>
> > Laurent
--~--~---------~--~----~------------~-------~--~----~
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