Forum Discussion

BearBear's avatar
BearBear
Regular Visitor
3 years ago
Solved

Is there a way to start a webservice mock from .xml in docker?

Hi, I am searching for a way to build a piepline that would allow me to automate creating web services mocks by running them from inside docker container. Ideally it would be something like that http...
  • Ilario72's avatar
    3 years ago

    Hi,

    I'm not sure I understand the question but in linux bin/mockservicerunner.sh script covers running both a REST and SOAP mock with this command line:

    bin $ ./mockservicerunner.sh -m "MockService 1" "/home/usrsoapui/SoapUIProjects/Project-soapui-project.xml"

     where m: The name of the MockService to run.

    So in your docker container (with soapui included) you can run the same project specifying the MockService to run