Reputation: 1974
I need to rewrite an existing SOAP service (we have a WSDL file) in Django/Python what libs or solutions you will recomend to me? Link are wellcome.
PS: ZSI can parse wsdl, but I don't like it, it is too old (may be I'm wrong)
Upvotes: 10
Views: 27799
Reputation: 1974
I used SOAPlib. But the project has been moved and is now named Spyne.
Upvotes: 8
Reputation: 59
you should check out this project
http://sourceforge.net/projects/pywebsvcs/
Upvotes: 0