0

我在 python 2.7 中有这个源

from suds.client import Client
#url_service = 'http://www.webservicex.net/globalweather.asmx?WSDL'
url_service= 'http://www.onvif.org/ver10/device/wsdl'
print ("questo e " , url_service)

client = Client(url_service)
list_of_methods = [method for method in client.wsdl.services[0].ports[0].methods]

print list_of_methods

我无法从此 URL 中提取数据,我尝试过使用其他 URL,但结果相同。

有人可以帮忙吗?

4

0 回答 0