views:

63

answers:

1

I am using Martin Orth's Cold Fusion API for Google Adwords. I have been able to fix some errors to get the API working in most cases, but am running into a roadblock when I try to use the business.cfc component. I try to create the component the same way I have successfully created them for other components of the API with the syntax:

cfset oBusiness=createObject("component","com.google.adwords.api.v12.business")>

The results in a:

coldfusion.xml.rpc.CFCInvocationException: [java.lang.ClassNotFoundException : com.google.adwords.api.v12.business][coldfusion.runtime.CfJspPage$NoSuchTemplateException : Could not find the ColdFusion Component or Interface long.]

even though the business.cfc file is located as the specified path and has not been modified. Has anyone been able to get this component to work? If so, can you post a copy of your business.cfc file? Thanks in advance.

A: 

I just rewrote the entire code minus comments and hints (in past files there were many illegal chars) in a new file and it worked fine.

Jeff Pinkston