Questions tagged [soapui]

SoapUI is a versatile desktop tool that offers functional testing, load testing, security testing, API mocking, and API monitoring for SOAP/WSDL and REST/WADL web services. If you have any inquiries regarding the premium versions of these features, like SoapUI Pro, make sure to tag them with ready-api.

Exploring REST APIs with SOAP UI Testing

Is it possible to include JSON format parameters in the request payload for a POST request in restful service testing using SOAP UI? ...

Convert XML to JSON effortlessly even without knowledge of individual keys using Groovy

I received an XML web service response and I am interested in converting it to JSON, even though I do not have knowledge of all the keys. This is just a glimpse of the structure, the actual response is much larger. Can this conversion be achieved using G ...