Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is a good SOAP client library for python on App Engine?

I have read that SUDS doesn't work on App Engine. 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?

like image 845
ʇsәɹoɈ Avatar asked Apr 01 '10 00:04

ʇsәɹoɈ


Video Answer


1 Answers

Have you tried ElementSoap? It seems like a good option.

like image 65
Jason Hall Avatar answered Oct 18 '22 20:10

Jason Hall