consuming soap in python on appengine
i want to write an app (python) which reads the soap i get from the soap generating service on appengine. the services docs says: '...you will get the SOAP call with the XML packet...' i get this packet on an url i can set.
how开发者_Go百科 can i read this xml packet and parse the values i need?
You should use a SOAP client framework, like for instance this: https://fedorahosted.org/suds/
精彩评论