<div>Hi,</div>
<div>I am working on twisted framework to create a test harness for testing and monitoring web services.&nbsp;The idea is to&nbsp;non intrusively monitor&nbsp;SOAP requests&nbsp;sent to or from a webservice and log them. I approached the problem by creating a miniature proxy server to log the HTTP requests through the machine at the port in which the webservice is listening. But since the webservice is already using the port the proxy is not able to run. 
</div>
<div>&nbsp;</div>
<div>Is there a way in which I can listen to the SOAP messages traffic in a webservice using twisted? Please let me know your ideas.</div>
<div>&nbsp;</div>
<div>Thank you.</div>
<div>&nbsp;</div>
<div>Regards,<br>Sai</div>