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

How to view request body?

Open JonhSilver opened this issue 3 years ago • 1 comments

How to view request body with headers? to see what is wrong with requests? And how to vie full response body? Like in SOAPUI

JonhSilver avatar Jan 19 '22 09:01 JonhSilver

Set zeep.transports to DEBUG https://docs.python-zeep.org/en/master/transport.html#debugging

kurtabersold avatar Jan 31 '22 05:01 kurtabersold