When I try to load http://www.onvif.org/ver10/device/wsdl/devicemgmt.wsdl
the exception Type not found: '(IPAddressFilter, http://www.onvif.org/ver10/schema/onvif.xsd, )'
raises. Is it possible to fix?
from suds.client import Client
client = Client('file:///home/web/www/wsdl/devicemgmt.wsdl')
P.S. WSDL file changed by me, just added direct link to the http://www.onvif.org/ver10/schema/onvif.xsd
in the start of the file.
P.P.S
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.7/dist-packages/suds/client.py", line 119, in __init__
sd = ServiceDefinition(self.wsdl, s)
File "/usr/local/lib/python2.7/dist-packages/suds/servicedefinition.py", line 58, in __init__
self.paramtypes()
File "/usr/local/lib/python2.7/dist-packages/suds/servicedefinition.py", line 137, in paramtypes
item = (pd[1], pd[1].resolve())
File "/usr/local/lib/python2.7/dist-packages/suds/xsd/sxbasic.py", line 63, in resolve
raise TypeNotFound(qref)
suds.TypeNotFound: Type not found: '(IPAddressFilter, http://www.onvif.org/ver10/schema/onvif.xsd, )'