House of Fusion
Home of the ColdFusion Community

Search cf-talk

December 02, 2008

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
   1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31       

Search over 2,500 ColdFusion resources here  >>>      
Home /  Groups /  ColdFusion Talk (CF-Talk)

Help with Google Adwords API SOAP Request

  << Previous Post |  RSS |  Sort Oldest First |  Sort Latest First |  Subscribe to this Group Next >> 

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Al Zan
07/27/2007 08:08 PM

I am working with the Google Adwords API and am simply hitting my head against the wall. There really is nothing around to help me out. The only threads I can find are from 2005 / 2006. Does anyone have any working examples of a SOAP request for V10 of Google Adwords API? Many thanks.

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Al Zan
07/29/2007 03:22 PM

Here's a little more: I am working with this WSDL: https://adwords.google.com/api/adwords/v10/KeywordToolService?wsdl The only thing I've really found is that Dreamweaver has some utility for analyzing this WSDL file for me to help me understand (or even generate) the CF code I need. But I prefer to do it by hand so that I have a deeper understanding of what I'm doing. From what I've read at the Adobe help for CFMX7 is that I can do this with one of two methods: CFINVOKE or CFSCRIPT. But both really do the same thing under the hood. I'd like to go with CFINVOKE, which seems simpler to me. However, how do I get from the contents of this WSDL file to what tags are needed in my CFINOVKE call?   With how ubiquitous web services has become, the lack of documentation for CF is amazing to me. Thanks for any help you might be able to offer.

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Al Zan
08/03/2007 09:45 AM

Really!!! Is it possible nobody is working with Google Adwords API in CF?  That amazes me. I guess it's time to learn PHP... It's sad, after 9 years with CF.

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Jerry Johnson
08/03/2007 10:45 AM

Or maybe, just maybe, it's time to learn CF? > Really!!! Is it possible nobody is working with Google Adwords API in CF?   That amazes me. I guess it's time to learn PHP... It's sad, after 9 years with CF.

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Raymond Camden
08/03/2007 11:03 AM

Let me address this comment first: " I'd like to go with CFINVOKE, which seems simpler to me. However, how do I get from the contents of this WSDL file to what tags are needed in my CFINOVKE call?  With how ubiquitous web services has become, the lack of documentation for CF is amazing to me." CFINVOKE is documented. It is documented in the reference. In the dev guide there is a whole chapter on using web services. Have you bothered to read these? As for the particular web services... Adobe can't tell you how to use every web service that exists. They can only tell you how to work with web services. Each web service has it's own API and you are responsible for reading the documentation for that. Did you read the Google docs? If they are lacking, then you need to ask Google. From my own personal experience, I've found working with Google services to be a bit difficult. Not from the CF side - but from the Google side. So if you are having trouble, maybe you should look to Google before you blame CF. Now, with that aside, lets look at your first question: "I'd like to go with CFINVOKE, which seems simpler to me. However, how do I get from the contents of this WSDL file to what tags are needed in my CFINOVKE call?" This is where Google comes in. Google's docs will tell you what method to use, and what attributes are required. So begin there. > Really!!! Is it possible nobody is working with Google Adwords API in CF?   That amazes me. I guess it's time to learn PHP... It's sad, after 9 years with CF.

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Brian Kotek
08/03/2007 03:59 PM

"Someone tell me how to do this or I'm switching to PHP." Nice attitude. A news flash for you: If you can't read the WSDL or the documentation on the web service and figure out what to pass in, you're screwed in any language. ----- Excess quoted text cut - see Original Post for more -----

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Brian Kotek
08/03/2007 04:00 PM

(Obviously this is directed at Al and not Ray!) ----- Excess quoted text cut - see Original Post for more -----

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Peterson, Chris
08/03/2007 11:32 AM

Dude, after all the crying over the price hike on Enterprise only CF, I really don't think crying "I'm just gonna learn PHP!" is going to get you anywhere.  In effect, you are threatening to leave the community, and I really don't think anyone is scared, and most wont miss ya. Enjoy PHP. Chris Peterson Gainey IT Adobe Certified Advanced Coldfusion Developer Really!!! Is it possible nobody is working with Google Adwords API in CF?  That amazes me. I guess it's time to learn PHP... It's sad, after 9 years with CF.

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Chad Gray
08/03/2007 12:19 PM

I have a feeling you did not get a response because the email side of CFTalk seems to be really hit and miss for the last week. I had to go to the web site to see any of your thread on this subject. CF has great documentation on web service usage. http://livedocs.adobe.com/coldfusion/7/ Look in the ColdFusion MX Developer's Guide section under "Using Web Services". Really!!! Is it possible nobody is working with Google Adwords API in CF?  That amazes me. I guess it's time to learn PHP... It's sad, after 9 years with CF.

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Joshua Cyr
08/03/2007 02:22 PM

Maybe if you posted the problem you are having and code you are using? This is for adsense api, but I am guessing pretty darn similar. http://www.usefulconcept.com/index.cfm/2007/4/30/Google-Adsense-API-Headers-with-ColdFusion > Really!!! Is it possible nobody is working with Google Adwords API in > CF?  That amazes me. I guess it's time to learn PHP... It's sad, after > 9 years with CF. >

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Tom Chiverton
08/03/2007 10:23 AM

On Friday 03 Aug 2007, feedback@miserlymonkey.com wrote: > Really!!! Is it possible nobody is working with Google Adwords API in CF? > That amazes me. I guess it's time to learn PHP... It's sad, after 9 years > with CF. Geez, write one yourself ! -- Tom Chiverton **************************************************** This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address is at St James's Court Brown Street Manchester M2 2JF.  A list of members is available for inspection at the registered office. Any reference to a partner in relation to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law Society. CONFIDENTIALITY This email is intended only for the use of the addressee named above and may be confidential or legally privileged.  If you are not the addressee you must not read it and must not use any information contained in nor copy it nor inform any person other than Halliwells LLP or the addressee of its existence or contents.   If you have received this email in error please delete it and notify Halliwells LLP IT Department on 0870 365 8008. For more information about Halliwells LLP visit www.halliwells.com.


<< Previous Thread Today's Threads Next Thread >>

Mailing Lists