Hello,

I need to use suds to parse a wsdl available on my local network, however there is no connection
to the internet. Port 80 is blocked in and out. What are my options? So far, I was thinking about the following solutions:

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't know how long? Is there any caching