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?
Ok, no problem, lets hope this is all it is, common issue.
I tend to use MANUAL, as you say. Then it is normally a case of setting HOST (your prxy hostname or IP), PORT e.g. 8080, user and password (often your company login details, assuming they match the proxy ones)
If you are unsure of these values, I tend to check what your browser is using e.g. in network settings, if the browser can see the internet via a proxy, then these details also need to be provided to SoapUI.
You might try the AUTOMATIC option, this might lookup the hostname / port for you, but you would still need the proxy user/password details.
Cheers,Rup