Andrey Koltsov
Andrey Koltsov

Reputation: 1974

Django as SOAP web-service server

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

Answers (2)

Andrey Koltsov
Andrey Koltsov

Reputation: 1974

I used SOAPlib. But the project has been moved and is now named Spyne.

Upvotes: 8

Dammy Akinsiku
Dammy Akinsiku

Reputation: 59

you should check out this project

http://sourceforge.net/projects/pywebsvcs/

Upvotes: 0

Related Questions