First, download the soapui file that can be searched on the Internet.
Download soapui-x32-3_5.exe from windows. (the number in the middle is the version. You can download the latest version. This has the JMS retry function)
First, we have to have a WebService. I just created one to calculate the addition and subtraction of two numbers.
Address: http: // localhost: 8080/xfire/services/mathservice? WSDL
You can see the figure below, intuitive
This is the downloaded soapui software. Install and execute
Go to the software Homepage
Create a new project and write the project name and WebService address
Retrieving information
Obtain the WebService information. The question mark is the number of dimensions to be filled in.
Write the limit number 87 96 and press the red button on the top to get the result on the right. This is an addition. If it is a subtraction, it is also like this. No more screenshots will be captured.