Making a SOAP request using Python requests module

前端 未结 4 1122
滥情空心
滥情空心 2021-02-06 14:48

I used python requests module for REST requests.

I am trying to make a soap request but I wondered couldn’t get an example for this . Here is My soap body and headers.

4条回答
  •  余生分开走
    2021-02-06 15:03

    To work with a SOAP server you should use a specialized library. Unfortunately, there is no good SOAP client modules for Python, the best one I've used is suds.

提交回复
热议问题