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
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