谷歌应用引擎 + AdWords API:java.lang.NoClassDefFoundError:javax/xml/soap/SOAPException

发布于 2024-08-26 11:57:23 字数 386 浏览 9 评论 0原文

到目前为止,我对这个例外了解很多。但我想知道,是否有人尝试在 GAE 上使用 AdWords API。 AdWords 使用 Axis 作为底层 WS 库,该库不适用于 GAE,不幸的是我找不到使其工作的解决方案。我已经尝试过这个: http:// /dev.bizo.com/2009/04/calling-soap-web-services-on-google-app.html

你们中有人知道是否可以通过 Java 在 GAE 上使用 AdWords API 吗?

预先感谢您的任何帮助 康拉德

I know a lot so far about this exception. But I am wondering, if any of you tried to use AdWords API on GAE. AdWords uses Axis as underlying WS library, which do not work on GAE and unfortunately I cannot find solution to make it working. I tried already this: http://dev.bizo.com/2009/04/calling-soap-web-services-on-google-app.html

Does any of you know if there is a way to use AdWords API on GAE with Java?

Thanks in advance for any help
Konrad

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

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

发布评论

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

评论(1

关于从前 2024-09-02 11:57:23

问题在于 adwords 客户端库使用了 GAE 沙盒环境中禁止的一些内容。

此问题已通过补丁解决:http:// code.google.com/p/google-api-adwords-java/issues/detail?id=62

有关详细信息,请查看此处:http://penumbro.us/post/1135755221/adwords-api-on-app-engine-java-part-3< /a>

The problem is that the adwords client library uses some things that forbiden in GAE's sandboxed environment.

This was resolved by a patch: http://code.google.com/p/google-api-adwords-java/issues/detail?id=62

For more info look here: http://penumbro.us/post/1135755221/adwords-api-on-app-engine-java-part-3

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