MikeLoundes
11 years agoContributor
[Resolved] Failed to update interface
Hi
I'm trying to update a wsdl def and keep getting the error message
'Failed to update interface:[com.eviware.soapui.impl.support.definition.support.InvalidDefinitionException]'
error log has this in
com.eviware.soapui.impl.support.definition.support.InvalidDefinitionException
at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlLoader.makeInvalidDefinitionException(WsdlLoader.java:140)
at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlLoader.loadXmlObject(WsdlLoader.java:127)
at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:535)
at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.selectDefinitionParts(SchemaUtils.java:565)
at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:545)
at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.selectDefinitionParts(SchemaUtils.java:565)
at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:545)
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)
Within the SoapUI log
Tue Jun 17 11:15:49 BST 2014:ERROR:Failed to load url [XXXXXXXXXXXXXXXXXXXXX]
Tue Jun 17 11:15:49 BST 2014:ERROR:An error occurred [com.eviware.soapui.impl.support.definition.support.InvalidDefinitionException], see error log for details
Tue Jun 17 11:15:50 BST 2014:ERROR:An error occurred [com.eviware.soapui.impl.support.definition.support.InvalidDefinitionException], see error log for details
I can take the url specified paste it into a browser and can see the xsd aok (note the xsd is a common one shared by other services that load aok into SoapUI, is there a limit on the path length??)
currently running soapui pro 4.6.4 on windows 8.1
the work around for me which is arduous is I take my current project xml file and send that onto somebody else who is running the non pro version 4.6.4 on win7
he imports the project updates the def saves and then sends back to me
I've tried disabling the proxy but it has no effect
please help
I'm trying to update a wsdl def and keep getting the error message
'Failed to update interface:[com.eviware.soapui.impl.support.definition.support.InvalidDefinitionException]'
error log has this in
com.eviware.soapui.impl.support.definition.support.InvalidDefinitionException
at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlLoader.makeInvalidDefinitionException(WsdlLoader.java:140)
at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlLoader.loadXmlObject(WsdlLoader.java:127)
at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:535)
at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.selectDefinitionParts(SchemaUtils.java:565)
at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:545)
at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.selectDefinitionParts(SchemaUtils.java:565)
at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:545)
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)
Within the SoapUI log
Tue Jun 17 11:15:49 BST 2014:ERROR:Failed to load url [XXXXXXXXXXXXXXXXXXXXX]
Tue Jun 17 11:15:49 BST 2014:ERROR:An error occurred [com.eviware.soapui.impl.support.definition.support.InvalidDefinitionException], see error log for details
Tue Jun 17 11:15:50 BST 2014:ERROR:An error occurred [com.eviware.soapui.impl.support.definition.support.InvalidDefinitionException], see error log for details
I can take the url specified paste it into a browser and can see the xsd aok (note the xsd is a common one shared by other services that load aok into SoapUI, is there a limit on the path length??)
currently running soapui pro 4.6.4 on windows 8.1
the work around for me which is arduous is I take my current project xml file and send that onto somebody else who is running the non pro version 4.6.4 on win7
he imports the project updates the def saves and then sends back to me
I've tried disabling the proxy but it has no effect
please help