SoapUI is a testing program to test any SOAP interface. This is a method of how to use SoapUI and test an interface.
- Open the SoapUI program (demo images with 5.2.0)
- Follow these instruction to create a new test project.
- Click on an new empty folder in the top left to contain the new Service Tests.

b. Right click the new folder and rename it to the logic name it needs to be.
c. With that folder selected, press the new SOAP Service Project button next to the folder button.

d. Enter the project name and the endpoint for the WSDL. This is normally the name of the service with ‘SOAP’ appended and the WDSL is the URL plus the endpoint plus ‘?WSDL’ e.g https://serviceURL.com/Interface/1.0?WSDL

e. Then press OK.
- To test the Service.
- If one has not been created then you will need to create a new ‘Request’
- Right click on the ‘MockService’ and select ‘New Request’
- If one has not been created then you will need to create a new ‘Request’

ii. Enter a name then click OK.
b. Double Click the ‘Request’
c. A window with the XML will show. Change the content in the fields to pass the information you require to test.

d. Press the Play button the top left to run the service.

e. You will then either be returned XML or Raw detail as the status of success.
