谷歌应用引擎 + AdWords API:java.lang.NoClassDefFoundError:javax/xml/soap/SOAPException
到目前为止,我对这个例外了解很多。但我想知道,是否有人尝试在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题在于 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