Building a SOAP request in SoapUI
In SoapUI, build a SOAP request by editing the request to include your information.
Procedure
-
Collapse one of the requests in your project list and right-click Request 1.
-
Select Show Request Editor from the list.
-
Edit the SOAP request as required and enter sample data where there are question marks.
-
If you are using BASIC authentication or are connecting to a runtime cloud or Test runtime cloud. Enter your AccountID and the runtime's authentication token in the Username and Password fields in the Request Properties section.
-
Click the green arrow button in the top left corner of the request editor to send the request to the endpoint URL.
-
Review the response window on the right to see messages returned from the web server.
-
Optional: Consider adjusting the timeout parameter (in milliseconds) if you need the client to wait longer for responses.
