python-zeep
python-zeep copied to clipboard
Should create_message send a request?
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).