My schema is inline in the wsdl and I if get Schema - *TypeNotFound*https://fedorahosted.org/suds/wiki/TipsAndTricks#Schema-TypeNotFounderror
Type not found: '(Exception, http://xx.com/webservices/framework/xsd, )'
imp = Import('http://xx.com/webservices/framework/xsd') imp.filter.add('http://xx.com/webservices/framework/xsd') - then what do I specify here for the schema location ? doctor = ImportDoctor(imp)
Any ideas ?