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.

Properly iterating through XML with namespaces in Groovy

I have the following xml code: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:…

groovy namespaces xml-parsing soapui xmlslurper
Workday request works in SoapUI but not in Postman

I am trying to call the Put_Background_Check operation of the Workday Recruiting web service. I have opened the …

curl soap soapui postman workday-api
How to make SoapUI json request work with german umlauts?

We use SoapUI for many interfaces in our team project. We came across a problem with german special signs, called …

json rest character-encoding soapui mappingexception
SoapUI WS-Security Token

I'd like to make a call against a web service that uses WS-Security with SoapUI. No luck so far with …

soapui wsse
How to use SoapUI/Groovy to add Test Results to Quality Center Test Run

I had a scenario where I need to add my test results from a SoapUI test case to a related …

groovy soapui hp-quality-center
Can't run HermesJMS from SOAP UI

I am trying to run HermesJMS from soapUI 5.2.1 on Windows7 x64 The preferences and path to hermes config are set …

stdout soapui stderr hermes-jms
How do you insert the same random variable into multiple soapui testcase requests?

I may be going about this in the completely wrong way, but how do I pass a dynamic variable to …

groovy soapui test-suite dynamic-variables
JVM crashes when running SOAPUI on Ubuntu

I just downloaded SOAPUI 4.0.1 and tried to run it in Ubuntu 11.10. I run the file soapui.sh. The application started …

linux ubuntu jvm soapui
SoapUI vs Java Web Service Client

If a SOAP web service is working well via SoapUI (producing the correct SOAP responses), while building a web service …

java web-services soap soapui webservice-client
How to use variable to extract value from JSON response using Groovy?

I'm trying to extract bicycle brand "Cannondale" from the JSON response by using the location of the value stored in …

json groovy soapui assertion jsonslurper