ZEEP WSDL LookupError: No type 'string' in namespace

ZEEP WSDL LookupError: No type 'string' in namespace

我正在尝试使用 ZEEP v1.2.0 连接到某些服务,运行 遇到了这个问题。

我只执行:python -mzeep http://fulfill.sfcservice.com/default/svc/wsdl

结果:

zeep.exceptions.LookupError: No type 'string' in namespace http://www.chinafulfill.com/CffSvc/. Available types are: [...]

我是否遗漏了任何东西来测试这个?

不,这是 WSDL 文件中的错误,它定义了类型为 "tns:string" 的元素,我假设它们的意思是 "xsd:string"。

请参阅 wsdl 中的以下行: