The option with the data sink is no solution in this case, because i'm working with multiple environments and i have no idea how the connection string of the database step can be parameterized.
is there a simple way to log soap-requests and soap-responses with a groovy script? Unfortunately I found no example to the topic. The goal is to store the complete Requests and Responses in a data base.
But now my Question. We use SoapUi Pro und have created an Regressiontest (with serveral testcases) for a Application. After the execution of the Regressiontest it is possible to create an Testcase Report, but that report contains only Name of the Testcase, Status and Time. It is possible to create a TestCase Report automatically with more Content (Informations) like Requests and Responces and other attributes.
I have the following problem I liked to select from a data bank a Sequence TEST_CASE_ID_SEQ and write this afterwards in another table. Unfortunately, the handing over of the variable TEST_CASE_ID_SEQ into the variable TEST_CASE_ID does not work. However, I get only the value 'null' I have written the following script.
I have a problem using ORA-SEQUENCEs as a datasource in soapUI. I using the following driver => oracle.jdbc.driver.OracleDriver. The database is up and running, connection OK.
Now the problem. I have created a database-sequence and a datasource in soapUI. Now I want to recieve the next Value from the sequence and I have created the following sql-statement. But nothing happens.