Forum Discussion
omatzura
18 years agoSuper Contributor
Ok!
Try running the following code before you create the WsdlProject:
the pathToSettingsFile can be null if you haven't set any global settings, otherwise specify the absolut path to this file (it's in your soapuipro\bin directory). Also remember to add the soapuipro jar to your classpath.
Hope this helps!
regards,
/Ole
eviware.com
Try running the following code before you create the WsdlProject:
SoapUI.setSoapUICore( new SoapUIPro.SoapUIProCore( true, pathToSettingsFile ));
the pathToSettingsFile can be null if you haven't set any global settings, otherwise specify the absolut path to this file (it's in your soapuipro\bin directory). Also remember to add the soapuipro jar to your classpath.
Hope this helps!
regards,
/Ole
eviware.com