SoapUI is an open-source desktop application providing functional testing, load testing, security testing, API mocking, and API monitoring for both SOAP/WSDL and REST/WADL web services.
I am calling a REST based service from SoapUI. I have created a load test for the service and the …
groovy soapui loaduiSo I've been struggling with WS-Security for some time now, slowly making progress. First let me briefly describe my setup. …
java soapui ws-security xml-signatureMy Jaxb has created a Enum class based on the XML schema set up. **enum Fruit { APPLE,ORANGE; }** I am …
web-services soapui jaxb2I have the free version of Soap UI and several different workspaces. I would like to set up several shortcuts …
command-line-arguments soapuiOn my SoapUI Workspace, I have several Projects. Each one of these may contain one or more test suites, with …
automated-tests soapuiI'm invoking Soap service via invoke activity with a reference binding, in the binding tab I'm using soapui Mock parameters (…
xml soap soapui fault tibco-business-worksI need to transfer some values from previous test steps into a query parameter that is a list on the …
soapui query-parametersI'm using a Groovy script in Ready!Api 1.9.0 to decode a base64 string which is returned in a SOAP response …
json parsing groovy soapui jsonslurper