1) Create a new project
- Click Project, select New Project soap.
This opens a New Soap Project dialog box.
Note: You can also do CTRL + N (WIN) or cmd+ N (MAC) to create a new soap project.
- Enter the project name in the New Soap Project dialog box, and then click OK
- This creates a new project in the navigator.
Congratulations, you have just created your first project SOAPUI. Let's add a WSDL.
2) Add a WSDL
In the SOAPUI project, soap is mostly based on a WSDL. Although it is not necessary to import the WSDL, it makes testing easier because the WSDL contains all the information you need to know about the Web service being tested, which contains a lot of information about the requests and responses, which greatly simplifies the test soapui.
- Right-click the project node and select Add WSDL
- Enter Http://www.webservicex.com/currencyconvertor.asmx?WSDL click OK.
- Now you should see the WSDL has been successfully added to the project to see the operation of the Web service in the navigator.
- You can double-click a window of the project to see an overview of the project. With the growth of project and test skills, this window will be very important because you can manage a lot of things in the project, such as JDBC Connection, security configuration. Even if the SOAPUI contains the functionality of the Project window basic requirements.
- You can also double-click the interface view of the interface.
This view shows a lot of information about the WSDL itself. This is useful for browsing and inspecting a WSDL.
SOAPUI Chinese operation Manual (i)----Create a new project