OK.
Since all our project's SOAP requests were already given to us, we are figuring out a way how we can use SOAPUI to load and send them.
Can you please give at least some high-level steps/function calls to be used?
We have (for example) the following XML file and how do we use groovy script to send it to
http://www.webservicex.net/CurrencyConvertor.asmx?
GBP
USD
I know it would have been good if the values were in a CSV file and the request being parameterized but we are given XML SOAP requests that are already constructed by the previous team in SOAP1.2 format.
Please advise.