kamahade
14 years agoRegular Contributor
Local WSDL import problem
Helllo support team,
Problem : Importing Local wsdl file.
Soapui version : soapUI Pro 4.0.0, Build dist-131-2011-06-14, Build Date 2011/06/14 10:23
Error Message :
Fri Jan 20 16:06:59 GMT 2012: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:122)
at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:532)
at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:521)
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:226)
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)
Description :
While importing WSDL file, SOAPUI throwing above error. Error message is NOT clear while the WSDL file can not be imported. WSDL file is right,because same WSDL file can be imported directly from server when hosted. I understand that dependencies of WSDL file like XSD and contracts making this problem, but SOAPUI version 4 NOT listing them.
I managed to import the file successfully by using SOAPUI version 3.6. Because the error message then clearly said
Fri Jan 20 16:15:57 GMT 2012:ERROR:java.io.FileNotFoundException: C:\British\soapui-project-files\Intalio-proccesses\pFileImport\contracts\arome-adapter\esiteminternal.wsdl (The system cannot find the path specified)
java.io.FileNotFoundException: C:\British\soapui-project-files\Intalio-proccesses\pFileImp\contracts\arome-adapter\esiteminternal.wsdl (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
Can you check if some debug/error handling disbled in SOAPUI4 ?
Whats the best way to deal with such issues in SOAPUI ?
More info : We are using Intalio as BPMS server and I download all the files like WSDL XSD from the server. As such, if I give server location WSDL can be successfully imported in any version of SOAPUI.
Problem : Importing Local wsdl file.
Soapui version : soapUI Pro 4.0.0, Build dist-131-2011-06-14, Build Date 2011/06/14 10:23
Error Message :
Fri Jan 20 16:06:59 GMT 2012: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:122)
at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:532)
at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:521)
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:226)
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)
Description :
While importing WSDL file, SOAPUI throwing above error. Error message is NOT clear while the WSDL file can not be imported. WSDL file is right,because same WSDL file can be imported directly from server when hosted. I understand that dependencies of WSDL file like XSD and contracts making this problem, but SOAPUI version 4 NOT listing them.
I managed to import the file successfully by using SOAPUI version 3.6. Because the error message then clearly said
Fri Jan 20 16:15:57 GMT 2012:ERROR:java.io.FileNotFoundException: C:\British\soapui-project-files\Intalio-proccesses\pFileImport\contracts\arome-adapter\esiteminternal.wsdl (The system cannot find the path specified)
java.io.FileNotFoundException: C:\British\soapui-project-files\Intalio-proccesses\pFileImp\contracts\arome-adapter\esiteminternal.wsdl (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
Can you check if some debug/error handling disbled in SOAPUI4 ?
Whats the best way to deal with such issues in SOAPUI ?
More info : We are using Intalio as BPMS server and I download all the files like WSDL XSD from the server. As such, if I give server location WSDL can be successfully imported in any version of SOAPUI.