AdWords API Re: The request xml was invalid

2009-10-29 Thread AdWords API Advisor
Hi Ismail, Do you have the full SOAP XML request and response that is generated by your code? The XML you sent before didn't include the headers, which contain other useful information. Best, - Eric On Oct 29, 10:46 am, IM_ADW wrote: > Hi Eric > This Pb appear when i recupere elements of camp

AdWords API Re: The request xml was invalid

2009-10-29 Thread IM_ADW
Hi Eric This Pb appear when i recupere elements of campaign. is not a pb of connection to the API Adwords , (All parameter are true ) my fonction use this instruction SOAP::Header->name("email")->value($login)->uri($namespace)->prefix ("impl"), elements return error and other return true with

AdWords API Re: The request xml was invalid

2009-10-16 Thread AdWords API Advisor
Hi Ismail, It appears that the email header isn't being set correctly. Please check that you are adding the SOAP headers to your request. More information about the required headers can be found here: http://code.google.com/apis/adwords/docs/developer/index.html#adwords_api_intro_request B

AdWords API Re: The request xml was invalid

2009-10-16 Thread IM_ADW
Hi Eric Koleda The XML message is : The request did not contain a header named 'email'. https://adwords.google.com/api/adwords/v13";> 1 The request did not contain a header named 'email'. what mean this error ? Best Ismail Mhiri , Edatis On 15 oct, 00:25, AdWords API Ad

AdWords API Re: The request xml was invalid

2009-10-14 Thread AdWords API Advisor
Hi, This error is being returned because the SOAP XML message generated by your application is not valid. The problem may lie in the way you are generating the message or the SOAP library you are using. Are you able to capture the XML message that was sent by your application? Best, - Eric Kol