Category "soapui"

SOAUI Groovy Getresponsenode.value from xml is null

I have a problem where I have tried very different scenarios, I am a fresh automation tester for api services and I'm using soapui and groovy to my services. So

Single unexpected null value in a request while testing a rest controller with soapUI

I have a Controller which receives a request object via SoapUI (screen below). What confuses me it is that only one of the 2 attributes of this request object i

How to pass parameters to SoapUI in command line?

SoapUI could be started from command line with some set of parameters: testrunner.bat -FPDF -R"JUnit-Style HTML Report" -c"my test case" c:\my projects\my-proj

How to convert SOAP API to REST API using python?

I have to create a python script that should hit a SOAP API and should convert that to Restful API. I have XSD and WSDL files with me. Can someone help me how t

SoapUI Build War file

I have xml project created by the SOAPUI. And I need to generate a war file using Java. I found the classes that provide this functionality, but when you creat