【问题标题】:access intranet webservice using python使用python访问内网webservice
【发布时间】:2021-03-26 12:47:38
【问题描述】:

我需要访问内网下的webservice。

我试过suds-jurko,在internet下,效果很好。

但是在内网下不行,因为它总是试图打开“http://www.w3.org/2001/xml.xsd”和“http://www.w3.org/2001/XMLSchema” .xsd”在内网下打不开。

请告诉我如何才能完成这项工作,非常感谢。

【问题讨论】:

    标签: python web-services suds intranet


    【解决方案1】:

    改用 zeep。

    Zeep 3.4 与 Python 2.7、3.3、3.4、3.5、3.6、3.7 和 PyPy 兼容。

    Zeep 4 与 Python 3.6、3.7、3.8 和 PyPy 兼容。

    【讨论】:

      猜你喜欢
      • 2010-12-04
      • 1970-01-01
      • 2019-07-25
      • 2011-12-23
      • 1970-01-01
      • 1970-01-01
      • 2010-11-10
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多