1

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

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

但我无法继续前进。因为我无法通过这个请求登录并传递参数。我想通过此请求填写以下所有要求。谁能告诉我如何通过这个请求传递所有这些参数。在此处输入图像描述 这是 HTTP 标头

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

0 回答 0