Top "Soapui" questions

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.

soapui random delay

How to make a random delay between test steps with soapUI?

soapui
How do I log the request and response in soapUI?

I am calling a REST based service from SoapUI. I have created a load test for the service and the …

groovy soapui loadui
How to get WS-Security certificate to be accepted by Java application

So 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-signature
Handling invalid enum values while doing JAXB Unmarshalling

My Jaxb has created a Enum class based on the XML schema set up. **enum Fruit { APPLE,ORANGE; }** I am …

web-services soapui jaxb2
Soap UI startup parameters

I have the free version of Soap UI and several different workspaces. I would like to set up several shortcuts …

command-line-arguments soapui
Access the request XML in a SOAP UI mock response script

I have a mock response, which needs to return a value that was in the request. For example, this request …

xml groovy request soapui
Is there a way I can run all my SoapUI test suites at once, if they are under different projects?

On my SoapUI Workspace, I have several Projects. Each one of these may contain one or more test suites, with …

automated-tests soapui
Missing operation for soapAction "" and body element "" with soap version 1.1 BW6

I'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-works
How to populate a query parameter list in SoapUI?

I need to transfer some values from previous test steps into a query parameter that is a list on the …

soapui query-parameters
How do I iterate on a Map object returned from JsonSlurper.parse(JSONFile)?

I'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