我正在尝试使用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: [...]
我在这里遗漏了什么来测试这个吗?
答案 0 :(得分:1)
这不是WSDL文件中的错误,它定义了一个类型为“tns:string”的元素,我假设它们的意思是“xsd:string”。
请参阅wsdl中的以下行: