Prerequisites:
- SOAP UI
- Simple SOAP WS (we are going to mock this service)
STEP 01:
Right click on your SOAP project interface and go to "Generate SOAP Mock Service"
STEP 02:
Here you can design your mock service. eg: path, port, operation, etc And then click OK.
Your MOCK service has been created. Now you can define the response as below.
STEP 04:
Once updated, you can start the MOCK service.
STEP 05:
Now your MOCK service is running on given port
STEP 06:
Now you can trigger MOCK service using SOAP UI and see the configured response.
STEP 07:
You can see the log in start window as well.