Python WSDL Utility

Is there any utility to create Python client stubs from wsdl files? I saw the wsdl2java utility from Axis, and I was expecting a similar utility in python. Can someone help me? Thanks

+3
source share
1 answer

If I understand your question correctly, you want to use SOAP Web Services (WSDL) from python. In this case, this may be what you are looking for:

SOAP Web Services from Python

0
source

All Articles