From: <jh...@gm...> - 2020-04-17 18:36:12
|
Hi, (very long time since I have posted s.th. on this list... :-)) > I'm subscribing to this list because I need some help. > I have a Python 2 project using ZSI that I need to migrate to Python 3. > The project also uses the wsdl2py script to generate some code stubs from > wsdl files. > I want to know if there is some module or script like wsdl2py for Python 3. > Or maybe if is it feasible to use tools like futurize to port ZSI entirely > to Python 3 While I'm certainly not in a position to give authoritative advice: I suspect you'd be better off using something like zeep (https://python-zeep.readthedocs.io/en/master/) if you need a Python SOAP client. If you need a Python SOAP server: I don't really know of any that are actively supported. ZSI project has stalled long ago and I don't think it is viable to port it to Python 3. Best regards & good luck Holger |