Sign inSign up

rvancea/soapui-mockservicerunner

By rvancea

Updated about 5 years ago

SoapUI-5.6.0 with OpenJDK-11

Image
0

9.5K

rvancea/soapui-mockservicerunner repository overview

GitHub Repo: https://github.com/razvanvancea/docker-soapui-mockservicerunner

Docker image with SoapUI-5.5.0 and OpenJDK-11.

Prerequisite: Docker is installed on the local machine

  1. Create a new folder
cd ~ && mkdir -p soapui
  1. Move the SoapUI .xml project file in the "~/soapui" path
  2. RUN the following command
docker run --rm -p 8080:8080 -v ~/soapui:/home/soapui rvancea/soapui-mockservicerunner:latest -a "/" -p "8080" /home/soapui/my-project.xml

Notes regarding 3rd step:

  • replace 'my-project.xml' with the actual name of your project
  • feel free to change the 8080 port with another value but make sure that you replace all the 3 ports

Congrats, the setup is complete! Now feel free to test out the mocked services on http://localhost:8080

Official Doc: https://www.soapui.org/docs/test-automation/running-from-command-line/soap-mock/

Tag summary

Content type

Image

Digest

Size

173.6 MB

Last updated

about 5 years ago

docker pull rvancea/soapui-mockservicerunner