Forum Discussion
SmartBear_Suppo
Alumni
13 years agoHi,
This is what you have to do:
1. copy the jar file they created from soapui/bin/ext to loadui/ext
2. copy the xml -factories file to loadui/factories/
3. restart LoadUI.
If the extension factories are not found, you may have to set the property “-Dsoapui.ext.factories” when starting loadui... to do that, simply add this line to the bat file (or appropriate script file for your OS):
This has to go after the line that sets the JAVA_OPTS in the script.
Best regards
Joel
SmartBear Sweden
This is what you have to do:
1. copy the jar file they created from soapui/bin/ext to loadui/ext
2. copy the xml -factories file to loadui/factories/
3. restart LoadUI.
If the extension factories are not found, you may have to set the property “-Dsoapui.ext.factories” when starting loadui... to do that, simply add this line to the bat file (or appropriate script file for your OS):
set JAVA_OPTS=%JAVA_OPTS% -Dsoapui.ext.factories="%LOADUI_HOME%factories"
This has to go after the line that sets the JAVA_OPTS in the script.
Best regards
Joel
SmartBear Sweden