ContributionsMost RecentMost LikesSolutionsHow to generate report showing all testsuites and test cases in SoapUI project? I want to create a report showing all testsuites and test cases in SoapUI project. I only want to see the all test case names shown under the test suite name they belong to. Is this possible? For the life of me, I can't figure out how to do it. For example, I would like to generate a report showing something like: Testsuite 1 Test case 1 Test case 2 Test case 3 Testsuite 2 Test case 4 Test case 5 Test case 6 Re: JSON-Schema supported (E.g.: in WADL-Files) I am currently testing a REST API that accepts and returns JSON. It would be great if SoapUI Pro or Ready API supported natively the ability to assert the JSON response against a JSON schema document. More and more companies are going with JSON versus XML. validate json response I am testing a REST API, which returns JSON in the response. I have a JSON schema document. What is the best way to validate the JSON response? I don't see any easy way of doing this in SoapUI. SoapUI Pro - Hudson integrationI would like to use Hudson to kick off the test cases in a SoapUI project. Does anyone have any information regarding how to accomplish this in Hudson? I know I will need to use TestRunner from the command line.Re: [RESOLVED] HTTP response codeThank you!!! [RESOLVED] HTTP response codeDoes SoapUI offer a way to get at the HTTP response code? I am sending XML in REST requests to a webservice. In the SoapUI Response section, when you click on Raw, you can see the HTTP header response. I want to take the response code 'e.g.: 200' and assign it to a variable. I cannot find a way of doing this. Any help is appreciated.XML declaration diappearsI am working on creating REST API test cases. Each test cases has a Rest Test Request. In the XML for the request, I am sending XML the begins with the following XML declaration: After saving the Project in SoapUI, closing SoapUI then reopening it, open up the test cases, the XML declaration is missing from the XML in the request view. Why is this disappearing?