For Tutorials:
error "java.net.BindException: Address already in use"
when trying to run "Account creation mock"
There are two ports used:
defaults: set to:
HTTP communication: 8080 1235
HTTPS communication: 8443 1234
In Linux, run:
---------------------
cd /home/mohans/SmartBear/SoapUI-5.3.0/bin
bin $ ./mockservicerunner.sh -p1235 -m "Account creation mock" "/home/mohans/SoapUI-Tutorials/Sample-REST-Project-soapui-project.xml"
make sure in "View Form":
Endpoint is "http://localhost-1235"
See:
https://www.soapui.org/articles/mock-services.html