通过zeep创建SOAP请求

时间:2018-01-15 09:54:03

标签: python django soap wsdl zeep

我正在研究WSDL。我需要使用zeep包创建SOAP请求。所以我实现了

的代码
from zeep import Client
service = Client('https://api.mindbodyonline.com/0_5_1/ClientService.asmx?wsdl')
request = service.service.GetClientServices

但我无法继续前进。因为我无法通过此请求登录并传递参数。我希望通过此请求填写所有要求。谁能告诉我如何通过这个请求传递所有这些参数。 enter image description here 这是HTTP标头

SOAPAction: "http://clients.mindbodyonline.com/api/0_5_1/GetClientServices"
Content-Type: text/xml; charset="utf-8"

0 个答案:

没有答案