How to create a SoapUI project to test the data service
In the previous section, you create a consumer Job to request the Web service. This section will show you how to create and execute a Test Request for the Web service using SoapUI. You can download SoapUI from the website.
In this scenario, you will send a request to the Web service using SoapUI to test whether the expected response can be retrieved. To do this, you need to create a SoapUI project that will send data to request the Web service.
Creating a SoapUI project
From the Projects node of the soapUI Navigator, you are able to create SoapUI projects that allow you to execute SoapUI testing.
In this scenario, you will create a SoapUI project and add the WSDL file that has been used in the previous sections to the project to access the given Web service.
Procedure
Results
As you have configured in the data service provider Job, Beijing Capital and Shanghai Hongqiao are the airport names corresponding to the country code CN. As a result, you have got the expected response, which means the Web service can be implemented successfully.