Python zeep:AttributeError:'lxml.etree.QName'对象没有属性'resolve'

时间:2017-10-14 10:06:42

标签: python soap wsdl attributeerror zeep

我刚刚安装了'zeep'(之前使用的suds),命令为:

  

pip install lxml == 3.7.3 zeep

我收到错误:

self.item_type = self.item_type.resolve()
AttributeError: 'lxml.etree.QName' object has no attribute 'resolve'

使用netbeans JAX-WS Web服务正确加载相同的wsdl。

0 个答案:

没有答案