Python Suds错误" ns(无)未映射"

时间:2015-05-21 16:02:08

标签: python wsdl suds

ERROR: Could not find a valid gem 'openssl' in any repository WSDL m not familiar with XSD and的文档我正在尝试创建一个客户端对象 -

, my problem with Suds is the following:
According to Sud

但是

之后
url = "http://192.168.1.21/crs/RateService.svc?singleWsdl"
client = Client(url)

我有一个问题:

print client

在调试日志中我发现(在文件末尾):

Suds ( https://fedorahosted.org/suds/ )  version: 0.4 GA  build: R699-20100913

ns (None) not mapped

有什么想法吗?

1 个答案:

答案 0 :(得分:0)

这次我成功地用suds client.factory.create({namespace}SomeElement)创建了一些对象(并非所有对象)。 似乎WSDL中存在不正确的定义,因为客户端对象的打印产生相同的错误并使用suds Import和ImportDoctor给出相同的结果。