FalkTannhaeuser / python-onvif-zeep

ONVIF Client Implementation in Python 2+3 (using https://github.com/mvantellingen/python-zeep instead of suds as SOAP client)
MIT License
424 stars 138 forks source link

Fix ONVIFService create_type to use the correct namespace prefix #73

Open hr-kapanakov opened 3 years ago

hr-kapanakov commented 3 years ago

I had issues with some services since their namespace prefix is not "ns0", so I put some logic to determine the correct prefix and use the hardcoded one only as default.