Hey everyone,  firstly, I want to thank you Jeff, for being so patient with me, and the quick turn around on that bug.  You rock, and your client rocks!  Secondly,<br>does anyone know how you can log http headers that are sent and recieved?  the documentation says that to log sent and received soap/http headers simply add these  lines to the top of your code:<br>
<br>import logging<br>logging.basicConfig(level=logging.INFO)<br>logging.getLogger('suds.client').setLevel(logging.DEBUG)<br><br>However this only logs soap headers and soap messages not http headers.<br>