Forum Discussion
KarelHusa
10 years agoSuper Contributor
If you need to test web services, SoapUI is a good choice. You can execute the requests both in UI and from command line.
If you need to execute batch script which prepares requests and consumes web services I recommend to stay with your preferred programming language (e.g. VBS) and use either its libraries or external tools like curl to consume SOAP services.
Karel