Hello Vijay,

 Unfortunately, I don't have a different answer from the last time you
asked:

  
http://groups.google.com/group/adwords-api/browse_thread/thread/44c7165c24db191d

If anyone in this Google Group does use the AdWords API from Flex,
hopefully they can chime in with some suggestions. As some general
advice, make sure that your code is sending SOAP requests to the
correct SOAP endpoint URL, and if possible, turn on logging of your
SOAP request and response messages to see exactly what (if anything)
is being sent and received.

Cheers,
-Jeff Posnick, AdWords API Team


On Jul 3, 1:12 am, vijay kumar <viju.c...@gmail.com> wrote:
> In my project I 
> usedhttps://adwords.google.com/api/adwords/v13/AdService?wsdlAPI in flex . So 
> I
> will import all wsdl in my project , flex automatically create number of
> package like AddAds_request.as (.as mean action script)
>
> ApplicationToken_type0.as
>
> CommerceAd.as etc . After that send request like
>
> <mx:operation name="getKeywordVariations" resultFormat="e4x">
>
> <mx:request>
>
>   <getKeywordVariations>
>
>   <seedKeywords>
>
> <negative>false</negative>
>
> <text>action project</text>
>
> <type>Broad</type>
>
> </seedKeywords>
>
> <useSynonyms>true</useSynonyms>
>
> <languages>en</languages>
>
> <countries>IN</countries>
>
> </getKeywordVariations>
>
> </mx:request>
>
> </mx:operation>
>
>  </mx:WebService>
>
>  But does not get response . Any body google adwords used in flex please
> refer me . I am seeking long time ...
>
>  In this URL (http://www.3dfreeair.com) I saw some analyst reports like
>
> [image: mod_vvisit_counter]Today6
>
> [image: mod_vvisit_counter]Yesterday19
>
> [image: mod_vvisit_counter]This week92
>
> [image: mod_vvisit_counter]Last week180
>
> [image: mod_vvisit_counter]This month47
>
> [image: mod_vvisit_counter]Last month991
>
> [image: mod_vvisit_counter]All1713
>
>  How can I develop in my project.
--~--~---------~--~----~------------~-------~--~----~
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