Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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)

like image 724
Andrey Koltsov Avatar asked Mar 02 '11 11:03

Andrey Koltsov


1 Answers

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

like image 57
Andrey Koltsov Avatar answered Oct 11 '22 19:10

Andrey Koltsov