Can't import wsdl file
Hello everyone,
I am trying to import a wsdl in SOAPUI 5.1.3 which also imports some xsd files. The line that does that is:
<import namespace="http://www.w3.org/2005/08/addressing" schemaLocation="http://www.w3.org/2006/03/addressing/ws-addr.xsd"/>
After clicking on "OK", the error that I get is:
Error loading [http://www.w3.org/2006/03/addressing/ws-addr.xsd]: java.lang.Exception: Failed to load url; http://www.w3.org/2006/03/addressing/ws-addr.xsd, 0-
Any ideas about what could be causing that? The wsdl's syntax is correct (checked by an online validator), and I can open the ws-addr.xsd in my browser. Any input would be greatly appreciated. Thanks!
UPDATE: I have successfully imported the wsdl at home, where there is no firewall, VPN, work network etc. However, if I try to do it at work, I get the error I described (we have a firewall). Does anyone know ways to make SOAPUI work with firewalls?