Getting Started
Getting started with some ad-hoc testing of a SOAP service is straight forward; Select the "New Project" option from the File menu, which'll prompt the following dialog:
Paste the WSDL path http://www.webservicex.com/CurrencyConvertor.asmx?wsdl into the Initial wsdl/wadl field (the Project N Ame would be extracted from this) and press OK. SoapUI would 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:
Now, all of you, the codes for the desired currencies and press, the green arrow on the top left to submit t He request to the target service, which would return a nice response for you:
The WSDL address can be added to the right-click item.
SOAPUI is also supported if access to an interface is dependent on login to access it!
SOAPUI Test WebService interface