Note: The WSDL referenced in step 2 of this tutorial has been removed. Please use one of the following WSDL URLs instead:
http://wsf.cdyne.com/WeatherWS/Weather.asmx?WSDL
http://www.webservicex.com/currencyconvertor.asmx?WSDL
In this guide you'll learn how to create your first SoapUI project, add a WSDL-file, and get acquainted with SoapUI's interface. We´ll be using SoapUI Pro, so it's recommended that you download soapUI Pro Trial before starting.
Watch the video tutorial:
The WSDL-file we use in this tutorial is: http://www.mobilefish.com/services/web_service/countries.php?wsdl
The step-by-step guide:
The SoapUI project is the central point in all SoapUI testing. Once the project is created, you can create and run Functional Tests, LoadTests, create MockServices or much more. In this tutorial, we will walk through two things how to:
- Create a SoapUI project
- Add a WSDL
1) Create a SoapUI project
- In the navigator, which is the tree structure at the left in the SoapUI GUI, right click on the project node

and select New SoapUI Project
This will open a New SoapUI Project Dialog.
Note: you can also do ctrl +n(win) or cmd+n (mac) to open a new SoapUI Project. - In the New SoapUI Project dialog enter a project name and click OK

- This will create a new project in the Navigator.

Congratulations, you've just created your first SoapUI Project. Let's add a WSDL.
Note: If you would like to try importing a project, try importing the Sample SoapUI Project, see [Web Service sample project] for more details.
2) Add a WSDL
In SoapUI the projects mostly are based on a WSDL. It’s not necessary to start by importing a WSDL, but it makes testing easier since the WSDL contains all information you need about the web service tested; information about the requests and responses, what they contain and much more, which simplifies SoapUI testing greatly.
Let’s add a WSDL to the project;
- Right click on the project node and select Add WSDL
The Add WSDL dialog will now open. - Enter
(Note that this has been removed. Check the top of this article for other alternatives)
http://www.mobilefish.com/services/web_service/countries.php?wsdl
Click OK.
- You should now see that the WSDL was successfully added to the project by seeing the operations in the Web Service in the navigator.

- You can double click the Project for a window that gives you overview of your project. As your project and test skills grow, this view will be very important since you can manage a great deal of things at project level, like JDBC Connections (SoapUI Pro only), Security Configurations. SoapUI even contains basic Requirements functionality in the Project Window.

- You can also double click the Interface for an Interface view.

This view shows a lot of information about the WSDL itself. This is very useful for browsing and examining a WSDL.
Try SoapUI Pro for free!
By going Pro you get everything thats in SoapUI plus a bunch of productivity and time-saving enhancements. Download our 2-week free trial and try them out for yourself!




