Forum Discussion
14 years ago
Hi rtroy,
I had a similar problem when using the SoapUIProTestCaseRunner, try the following (before instantiating the project-object):
ProjectFactoryRegistry.registrerProjectFactory( WsdlProjectFactory.WSDL_TYPE, new WsdlProjectProFactory() );
Hope that helps.
I had a similar problem when using the SoapUIProTestCaseRunner, try the following (before instantiating the project-object):
ProjectFactoryRegistry.registrerProjectFactory( WsdlProjectFactory.WSDL_TYPE, new WsdlProjectProFactory() );
Hope that helps.