Forum Discussion

tjay's avatar
tjay
Occasional Contributor
10 years ago

java.lang.Exception: Failed to load url

I have just installed SoapUI 5.2.0 on Windows.

Regardless of what wsdl file I put in I get the following kind of error:

Error loading [http://www.restfulwebservices.net/wcf/StockQuoteService.svc?wsdl]: java.lang.Exception: Failed to load url; http://www.restfulwebservices.net/wcf/StockQuoteService.svc?wsdl, 0

 

I don't know if this is significant, but when I start SoapUI the space titled "SoapUI Starter Page" says

The page could not be loaded.

 

error log returned this:

Thu Aug 13 10:45:04 CDT 2015: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.makeInvalidDefinitionException(WsdlLoader.java:119)
       at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlLoader.loadXmlObject(WsdlLoader.java:112)
       at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:488)
       at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:477)
       at com.eviware.soapui.impl.support.definition.support.AbstractDefinitionCache.update(AbstractDefinitionCache.java:94)
       at com.eviware.soapui.impl.support.definition.support.AbstractDefinitionContext$Loader.construct(AbstractDefinitionContext.java:209)
       at com.eviware.soapui.support.swing.SwingWorkerDelegator.construct(SwingWorkerDelegator.java:46)
       at com.eviware.soapui.support.swing.SwingWorker$2.run(SwingWorker.java:131)
       at java.lang.Thread.run(Unknown Source)

 

Would appreciate some help here. Thanks.

tjay