开发者

Google App Engine + AdWords API: java.lang.NoClassDefFoundError: javax/xml/soap/SOAPException

I kn开发者_高级运维ow 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


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜