Forum Discussion
nmrao
9 years agoCommunity Hero
Just going thru again the question. Why did you append ?wsdl at the end? What is url that opens fine in the browser? Try the same url in soapui, do not append anything.
chriso
9 years agoNew Contributor
Hi Thanks for looking, but that's what I use in the browser (Its a dot net thing) to get to the wsdl.
If I remove the ?wsdl from the end and put this in the Initial WSDL field of a new SOAPUI project, it fails with exactly the same error - so I suspect it appends it automatically anyway:
Tue Jun 28 15:19:46 BST 2016: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)