How to use Soap UI without wsdl?

Create new SOAP Project using File > New SOAP Project Set the name as required Leave the initial WSDL field blank On the Project Navigator Window to the left, mouse over the project folder and select New Rest Service from URI using the context menu Enter the enpoint you would like to send a SOAP … Read more

SoapUI change endpoint address

Look at the request window and expand the select box with the endpoint address. You should see something like this: / [edit current…] [add new endpoint…] [delete current] You click on [edit current…] and you can change the value. Here is an example using some available web service from w3schools.com: http://www.w3schools.com/xml/tempconvert.asmx?WSDL

tech