Forum Discussion
SmartBear_Suppo
Alumni
14 years ago
phanisrikar wrote: Yah, I tried the solution posted, but got the same error.
viewtopic.php?f=10&t=12630
Could we set up a short screen sharing session? We really want this to work for you.
phanisrikar wrote: and regarding the current post, yah I could able to load test the scenario from soapui pro.
[...]
Please have a look at the error log file attached
The error ConnectException: Connection refused: connect suggests that the soapUI Runner can not access one of the URLs in a REST Request.
The error
unable to resolve class org.apache.http.message.BasicNameValuePairsuggests that you are referring to a third party library in soapUI. In soapUI, external libraries are put in SOAPUI_LOCATION\bin\ext. In loadUI, you need to place the same libraries in [loadUI home]\ext, e.g. c:\program files\eviware\loadUI 1.5\ext (you may have to create the ext directory yourself).
@ line 6, column 1.
import org.apache.http.message.BasicNameValuePair;
Regards
/Henrik