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)->prefix("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