My schema is inline in the wsdl and I if get   Schema - TypeNotFound error

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 ?
--
Best Regards,
Ajai Joy