I have used suds on appengine.

The main issue I faced was large SOAP schemas for services you will consume 
can take a lot of processing, and suds like to write to the filesystem
a cache of that processing. This you can't do in appengine.  So I made some 
changes to SUDS so that I could run the schema parsing in development
and then deploy the cached files with the app to production so I didn't 
have to parse the wsdl on each instance startup.

Cheers

Tim

On Saturday, July 6, 2013 5:15:31 AM UTC+8, Santiago wrote:
>
> Hi guys, 
>
> I have to integrate(consume) a SOAP XML API... :( Is any good client I 
> can use from GAE/Python2.7 to do this work? Any good/bad experiences?  I've 
> looking for a client but I haven't seen anything concrete. Some people 
> mention SUDS but still don't know if this works well on GAE.
>
> Any help is welcome, cheers
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to