WCF and Python

后端 未结 7 549

Is there any example code of a cpython (not IronPython) client which can call Windows Communication Foundation (WCF) service?

7条回答
  •  甜味超标
    2020-12-05 08:07

    I do not know of any direct examples, but if the WCF service is REST enabled you could access it through POX (Plain Old XML) via the REST methods/etc (if the service has any). If you are in control of the service you could expose endpoints via REST as well.

提交回复
热议问题