mvantellingen / python-zeep

A Python SOAP client
http://docs.python-zeep.org
Other
1.87k stars 579 forks source link

Should create_message send a request? #1359

Open airatbakiev opened 1 year ago

airatbakiev commented 1 year ago

I need the hash of the xml being sent in order to insert that hash into the header. To do this, before sending the request, I wanted to receive the generated xml request using create_message. But create_message sends a request. I need to avoid sending request when generating xml. How to do it? (Translated by Google, thanks).