- Start the SoapUI application according to your platform-specific instructions.
Once you close the
Start Up or
Version Update dialog box, the SoapUI work area appears. The left pane provides an area to define and navigate projects and their assets.
The right pane contains the selected project elements.
- To create a project, click
.
- In the
New SOAP Project dialog box, type a name for the project.
- In the
Initial WSDL field, enter
https://www.w3schools.com/xml/tempconvert.asmx?WSDL.
- Select the
Create Requests: check box.
This lets SoapUI create a prototype request document for each method.
- Click
OK.
Two bindings appear in the left pane, named
TempConvertSoap and
TempConvertSoap12. Each binding has two methods,
CelsiusToFahrenheit and
FahrenheitToCelsius. This tutorial uses theTempConvertSoap binding.
Tip: A binding is a set of operations or functions that can be invoked. This web service presents the same set of functions available
in each binding. The bindings differ in the technical details between different versions of SOAP.