python-zeep icon indicating copy to clipboard operation
python-zeep copied to clipboard

Should create_message send a request?

Open airatbakiev opened this issue 2 years ago • 0 comments

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).

airatbakiev avatar Feb 10 '23 07:02 airatbakiev