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 <mi200...@gmail.com> wrote:
> 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 the same mail
> thx for help
>
> Best ,
> -Ismail
>
> On 16 oct, 17:44, AdWords API Advisor <adwordsapiadvi...@google.com>
> wrote:
>
>
>
> > 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...
>
> > Best,
> > - Eric
>
> > On Oct 16, 9:57 am,IM_ADW<mi200...@gmail.com> wrote:
>
> > > Hi Eric Koleda
> > > The XML message is :
>
> > > <faultstring>The request did not contain a header named 'email'.</
> > > faultstring>
> > >    <detail>
> > >     <ns1:fault xmlns:ns1="https://adwords.google.com/api/adwords/v13";>
> > >      <ns1:code>1</ns1:code>
> > >      <ns1:message>The request did not contain a header named 'email'.</
> > > ns1:message>
> > >     </ns1:fault>
>
> > > what mean this error ?
>
> > > Best
> > > Ismail Mhiri , Edatis
>
> > > On 15 oct, 00:25, AdWords API Advisor <adwordsapiadvi...@google.com>
> > > wrote:
>
> > > > 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 Koleda, AdWords API Team
>
> > > > On Oct 14, 4:59 am,IM_ADW<mi200...@gmail.com> wrote:
>
> > > > > Hi
> > > > > i Use API Adwords to get Info about ADS
>
> > > > > �...@headers =(
> > > > >                 SOAP::Header->name("email")->value($login)->uri
> > > > > ($namespace)->prefix("impl"),
> > > > >                 SOAP::Header->name("clientEmail")->value
> > > > > ($login_client)->uri($namespace)->prefix("impl"),
> > > > >                 SOAP::Header->name("password")->value($pass)->uri
> > > > > ($namespace)->prefix("impl"),
> > > > >                 
> > > > > SOAP::Header->name("useragent")->value($useragent)->uri
> > > > > ($namespace)->prefix("impl"),
> > > > >                 
> > > > > SOAP::Header->name("developerToken")->value($token)->uri($namespace)->prefi
> > > > >  x("impl"),
>
> > > > >                 SOAP::Header->name("applicationToken")->value
> > > > > ($application_token)->uri($namespace)->prefix("impl"));
>
> > > > >         my $error = $response->{faultdetail}->{'fault'}{'errors'};
>
> > > > > The $error return The request XML is invalid
> > > > > Some one can tell me about this ERROR and The cause of this result
>
> > > > > thx
> > > > >IM_ADW
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to