mamnoun
7 years agoNew Contributor
soapui-5.1.3 api
I'm having issue when trying to import the wsdl project in the following code
WsdlProject project = new WsdlProject();
WsdlInterface[] wsdls = WsdlImporter.importWsdl(project, wsdlUrl);
it through following exception
java.lang.RuntimeException: Cannot load SchemaTypeSystem. Unable to load class with name schemaorg_apache_xmlbeans.system.s76414238B6D298EBADC1B632A7B236F6.TypeSystemHolder. Make sure the generated binary files are on the classpath.
can someone advise on how to fix this issue.