ColdFusion Google Adwords 业务组件错误

发布于 2024-08-02 01:14:07 字数 565 浏览 7 评论 0原文

我正在使用 Martin Orth 的 ColdFusion API for Google Adwords。 我已经能够修复一些错误以使 API 在大多数情况下正常工作,但当我尝试使用business.cfc 组件时遇到了障碍。 我尝试以与为 API 的其他组件成功创建组件相同的方式创建组件,语法如下:

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

结果为:

coldfusion.xml.rpc.CFCInitationException:[java.lang.ClassNotFoundException:com.google.adwords.api.v12.business][coldfusion.runtime.CfJspPage$NoSuchTemplateException:找不到ColdFusion组件或接口长.]

即使business.cfc 文件位于指定路径并且未被修改。 有谁能让这个组件工作吗? 如果是这样,您可以发布您的business.cfc 文件的副本吗? 提前致谢。

I am using Martin Orth's ColdFusion 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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

待"谢繁草 2024-08-09 01:14:07

我只是在新文件中重写了整个代码,减去注释和提示(在过去的文件中存在许多非法字符),并且工作正常。

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.

撩人痒 2024-08-09 01:14:07

适用于 ColdFusion 的 AdWords API 库的新版本 (V201101) 位于 http://www .cfsolutions.de/coldfusion_adwords_api/docs/index.cfm

There is a new version (V201101) of the AdWords API library for ColdFusion at http://www.cfsolutions.de/coldfusion_adwords_api/docs/index.cfm

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文