MattiH
8 years agoStaff
SoapUI 5.3 released!
SoapUI 5.3 is released today!
Additions include SwaggerHub improvements, OAuth improvements (most notably OAuth 1 support), Postman importer plugin and various bug fixes as well as valuable con...
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