Re: SOAP and Zeep

2016-08-01 Thread Nicolas Évrard
* Ethan Furman [2016-07-29 19:54 +0200]: Greetings! I may have a need in the immediate future to work with SOAP and WSDL services, and a quick search turned up Zeep (http://docs.python-zeep.org/en/latest/) -- does anyone have any experience with it? Or any other libraries that can be

Re: SOAP and Zeep

2016-07-30 Thread dieter
Ethan Furman writes: > I may have a need in the immediate future to work with SOAP and WSDL > services, and a quick search > turned up Zeep (http://docs.python-zeep.org/en/latest/) -- does anyone have > any experience with it? > Or any other libraries that can be

RE: SOAP and Zeep

2016-07-29 Thread Joseph L. Casale
> Or any other libraries that can be recommended? I'd recommend Spyne, code and docs are good, but more importantly the lead dev is responsive and very helpful. Can't speak highly enough about him... http://spyne.io/ hth, jlc -- https://mail.python.org/mailman/listinfo/python-list

SOAP and Zeep

2016-07-29 Thread Ethan Furman
Greetings! I may have a need in the immediate future to work with SOAP and WSDL services, and a quick search turned up Zeep (http://docs.python-zeep.org/en/latest/) -- does anyone have any experience with it? Or any other libraries that can be recommended? Thanks. -- ~Ethan~ --