ContributionsMost RecentMost LikesSolutionsRe: Failed to open workspace. [com.eviware.soapui.support.SoapUI Exeption.Java.lang.ArrayIndexOutOfBound am getting a different error on installig Soap ui 5.5 Re: Soap UI 5.5 on install gives Failed to open workspace:[com.eviware.soapui.support.soapuiexceptio Can anyone please help Soap UI 5.5 on install gives Failed to open workspace:[com.eviware.soapui.support.soapuiexceptio I just installed the new 5.5 version of open source soap ui. and getting this error. Does anyone have any steps to solve this issue?. Creating HTML reports of soapUI tests in teamcity. I would like to create HTML reports for my Soap UI tests in Teamcity. So far I have been able execute the tests via command line copy the results of tests to a folder and integrate it into TC and when the tests run they show results like this I would like to get cleaner HTML reports for the below tests. Is there a plugin or any other medium that I need to use so that I can extract these results in HTML. [16:28:13][Step 2/2] SoapUI 5.2.1 TestCaseRunner Summary [16:28:13][Step 2/2] ----------------------------- [16:28:13][Step 2/2] Time Taken: 3069ms [16:28:13][Step 2/2] Total TestSuites: 1 [16:28:13][Step 2/2] Total TestCases: 1 (0 failed) [16:28:13][Step 2/2] Total TestSteps: 11 [16:28:13][Step 2/2] Total Request Assertions: 28 [16:28:13][Step 2/2] Total Failed Assertions: 0 [16:28:13][Step 2/2] Total Exported Results: 11 [16:28:13][Step 2/2] Process exited with code 0 Step 2/2: Run SoapUI Navigation Tests (Command Line) (6s) [16:28:14]Ant JUnit report watcher [16:28:14][Ant JUnit report watcher] 1 report found for paths: [16:28:14][Ant JUnit report watcher] C:\TeamCity\BuildAgent_01\work\f4fea84d3541f5fc\Results\*.xml [16:28:14][Ant JUnit report watcher] Successfully parsed [16:28:14]Publishing internal artifacts extracting a string starting from a known value i have a string like below in my response. https://metalTin.abcd.com/dbname/dbname_WebUI/views/home/knownpage.aspx?uniquecode=coNews&area=home&view=coNews I have already setup property transfer and am capturing the value in a variable. def urlFromResponse = context.expand( '${#TestSuite#url_link}') How do I extract the substring (everything after abcd.com) "/dbname/dbname_WebUI/views/home/knownpage.aspx?uniquecode=coNews&area=home&view=coNews" Please note the value "https://metalTin.abcd.com" is always changing. Solvedhow to run test suite against server environment in the soap ui gui Can anyone please help me. I have a test suite i want to run this against different server enviroments. please let me know how i can do this from the free version soap ui 5.2.1 gui and from command line. thanks