Error loading. java.lang.Exception: Failed to load url;
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Error loading. java.lang.Exception: Failed to load url;
When I create my project as follows:

I get the following error:

Error loading WSDL wrote: Error loading [http://www.webservicex.net/CurrencyConvertor.asmx?WSDL]: java.lang.Exception: Failed to load url; http://www.webservicex.net/CurrencyConvertor.asmx?WSDL, 0
SoapUI Log wrote: Thu Aug 15 13:43:36 EDT 2013:DEBUG:Getting wsdl component from [http://www.webservicex.net/CurrencyConvertor.asmx?WSDL]
Thu Aug 15 13:43:37 EDT 2013:DEBUG:Connection closed
Thu Aug 15 13:43:37 EDT 2013:DEBUG:Connection shut down
Thu Aug 15 13:43:39 EDT 2013:ERROR:Failed to load url [http://www.webservicex.net/CurrencyConvertor.asmx?WSDL]
Thu Aug 15 13:43:39 EDT 2013:ERROR:An error occured [com.eviware.soapui.impl.support.definition.support.InvalidDefinitionException], see error log for details
Error Log wrote: Thu Aug 15 13:43:39 EDT 2013:ERROR:com.eviware.soapui.impl.support.definition.support.InvalidDefinitionException
com.eviware.soapui.impl.support.definition.support.InvalidDefinitionException
at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlLoader.loadXmlObject(WsdlLoader.java:138)
at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:535)
at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:524)
at com.eviware.soapui.impl.support.definition.support.AbstractDefinitionCache.update(AbstractDefinitionCache.java:97)
at com.eviware.soapui.impl.support.definition.support.AbstractDefinitionContext$Loader.construct(AbstractDefinitionContext.java:236)
at com.eviware.soapui.support.swing.SwingWorkerDelegator.construct(SwingWorkerDelegator.java:46)
at com.eviware.soapui.support.swing.SwingWorker$2.run(SwingWorker.java:149)
at java.lang.Thread.run(Unknown Source)
I am using soapUI Pro 4.5.2 Build Date: 20130522-1354. I am running it on a 32-bit Windows 7 machine.
I can access the URL from my browser, as well as from my application, but I cannot load it as a soapui project. I have been able to have projects working before in soapui, but this is an issue that came randomly yesterday and has not gone away.
I have searched for this error on the forums and found a few posts, but none with resolutions - only more people looking for help. I hope to address this issue, but do not know how to proceed forward. Please let me know if you need any additional information.
Nicholas Komosinski
Partner and Development of K-Dev, LLC
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are you on a secured network? If so please configure the proxy settings on SoapUI. The Proxy settings is located here: File>Preferences>Proxy Settings. Click on File again, save preferences and you might even want to restart SoapUI. Hope this helps!!
Regards,
Temil
SmartBear Software
Ready API Product Owner
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi ,I am getting same issue.Can you please help me to resolve this issue if you got solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
I am also facing same issue.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi ,
Check the below steps.
In my case the server were the service was installed was configured only for TLS. SSL was not allowed. So you have to update SoapUI vmoptions file by adding
-Dsoapui.https.protocols=TLSv1.2
You can find this file in below path
C:\Program Files\SmartBear\SoapUI-5.3.0\bin\soapUI-5.3.0.vmoptions
OR change your server setting to allow SSL
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've tried both of the suggestions above - adding proxy settings and vmoptions change. I'm still getting the same error. We don't think that there is anything wrong in the WSDL file as it comes up fine in the browser and has been used by other users. Any other suggestions would be much appreciated.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Use WSDL(Case sensitive) after "?" in the url .
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @shashikmehra,
If @akill's suggestion didn't help you, I recommend that you submit a new topic (this one is very old) and describe the exact situation you've faced.
Tanya Yatskovskaya
SmartBear Community and Education Manager
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I had the same error, after I upgraded to SoapUI 5.5. I found a couple of similar topics here, on the forum, but in my case the issue was with the server and I had to change the server setting to allow SSL > found the solution on Stackoverflow:
https://stackoverflow.com/questions/11088483/soapui-failed-to-load-url-error-when-loading-wsdl-learning process
