TypeNotFound:未找到类型:( schema,http://www.w3.org/2001/XMLSchema,)

时间:2015-11-09 14:34:40

标签: python python-2.7 suds

我已经阅读并尝试了我见过的其他解决方案,但尽管如此,我似乎无法让它发挥作用。我有以下代码:

imp = Import('http://www.w3.org/2001/XMLSchema', 
location='http://www.w3.org/2001/XMLSchema.xsd')
imp.filter.add(['http://microsoft.com/wsdl/types/','http://tempuri.org/', 'http://tempuri.org'])  # the schema to import into.
d = ImportDoctor(imp)
client = Client(url='https://apitest.integrapay.com.au/PayLinkService.svc?singleWsdl', username='user', password='password', doctor=d)

我收到错误:

TypeNotFound:未找到类型:'(架构,http://www.w3.org/2001/XMLSchema,)'

我确信这很简单,谢谢你的帮助,我正在使用泡沫0.4.1。

0 个答案:

没有答案