SOAPUI SOAP Service Tutorial

SOAPUI SOAP Service Tutorial

Getting started with some ad-hoc testing of a SOAP service is straight forward; select the “New Project” option from the File menu, which will prompt the following dialog:

new-wsdl-project

Paste the WSDL path http://www.webservicex.com/CurrencyConvertor.asmx?wsdl into the Initial WSDL/WADL field (the Project Name will be extracted from this) and press OK. SoapUI will work a bit and create the project with the imported WSDL available in the navigator. Go straight to the first “Request 1” request generated for the Conversion Rate operation and double-click it, which opens the following window:

wsdl-request-gettingstarted

Now all you have to do is enter the codes fot the desired currencies and press the green arrow on the top left to submit the request to the target service, which will return a nice response for you:

wsdl-request-gettingsstarted-2

If you are using the pro version of SoapUI, or have a general dislike for XML syntax, you can use the Form view instead for the request and Overview for the response:

wsdl-request-gettingsstarted-3

That’s it, you’ve done your first Ad-Hoc test of a SOAP Web Service, now dive into the details to get to grips with all the possibilities!

Other Web Services Training Related Material

SOAPUI REST Services TutorialThis page contains step by step instructions for creating SOAPUI project for REST Service

SOAPUI Interview QuestionsThis page contains SOAPUI Interview Questions

Web Services Testing using SOAPUIThis page contains general and course information on Web Services using SOAPUI

Comments are closed.