What is a good SOAP client library for python on App Engine?
I have read that SUDS doesn't work on App Engin开发者_开发问答e. http://osdir.com/ml/fedora-suds-list/2010-03/msg00004.html
Can anyone confirm or refute this? Can you suggest an alternative for calling SOAP services from App Engine's python runtime?
Have you tried ElementSoap? It seems like a good option.
http://code.google.com/p/google-api-adwords-python-lib/ This is a soap library from Google. I have not had time to test it,
精彩评论