Hello,<br><br>I need to use suds to parse a wsdl available on my local network, however there is no connection<br>to the internet. Port 80 is blocked in and out. What are my options? So far, I was thinking about the following solutions:<br>
<br>1. Unblock 80 and let suds parse the wsdl and create the schemas in /tmp/suds. Then block 80 and use suds normally. This seems to work, however I don&#39;t know how long? Is there any caching<br><br><br><br>