gpt4 book ai didi

python - WCF 和 Python

转载 作者:IT老高 更新时间:2023-10-28 20:21:35 47 4
gpt4 key购买 nike

是否有 cpython 的示例代码? (不是 IronPython)客户端可以调用 Windows Communication Foundation (WCF) 服务?

最佳答案

我使用了 .

from suds.client import Client

print "Connecting to Service..."
wsdl = "http://serviceurl.com/service.svc?WSDL"
client = Client(wsdl)
result = client.service.Method(variable1, variable2)
print result

这应该让你开始。我能够从 WCF 和 RESTful 层连接到公开的服务。需要进行一些数据按摩来帮助您完成所需的工作,尤其是当您需要绑定(bind)到多个命名空间时。

关于python - WCF 和 Python,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/276184/

47 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com