ContributionsMost RecentMost LikesSolutionsRe: Request Form - String-List-Editor "GetData" context menuHi Ole, any time planning regarding this feature / bugfix? Best Regards AlexanderRe: Ability to put reaquest and response into testcase reportHi Olli, there is another better way to get full SOAP request & response into testcase report: 1. On your testcase Test-Properties add two new properties: SOAPRequest and SOAPResponse 2. After your webservice call teststep add a property transfer step 3. Add two properties in this transfer step SOAPRequest and SOAPResponse and choose as transfer source the service request / response and as destination your Test-Properties defined in step 1 Alle testcase Test-Properties including their content are printed in the report. BR, Alexander KnauerRequest Form - String-List-Editor "GetData" context menuFor a webservice attribute which accepts a list of strings, e.g. sopaUI generates a table editor in request-form where Strings can be added / edited / deleted "Add" opens a dialog "Add - Enter Value", but here is no possibility to select the input value from a property / datasource,... only manual typing is possible. Would be nice if right-clicking in this edit field would show the usual context menu with "Get data..." entry... Best Regards Alexander KnauerRe: [RESOLVED] Save Project as does not work anymoreHello Ole, thank you for this simple advice. Now it works Seems I mixed something up between official release und nightly build Sorry BR, Alexander[RESOLVED] Save Project as does not work anymoreHello, with nightly build 2009-10-22 "Save project as" does not work anymore. After creating a new Project it is impossible to save it. No file select dialog opens. Using "Save all project" or just exiting then soapUI asks if the new project should be saved, answering with yes, nothing happens, no file dialog opens. switched back to official 3.0.1 release, here it works. I need nightly build because of bugfix for http://www.eviware.com/forums/index.php?topic=2577.0 But without being able to save a project, nightly build is useless. Best Regards Alexander KnauerRe: [SOLVED] DataSource Step (Oracle) -> ORA-00911Fixed. It works. Thank you.Re: [SOLVED] Restarting shared Datasource does not workHi Ole, it looks quite good, test with 1 thread, 30 seconds, 2 records in database: cnt DataSource-Step: 49 SOAP-Request Step: 98 test with 2 threads, 30 seconds 2 records in database cnt DataSource-Step: 103 SOAP-Request Step: 206 test with 5 threads, 30 seconds 2 records in database cnt DataSource-Step: 270 SOAP-Request Step: 540 So I would say it is fixed Thank you. Regards, AlexRe: [SOLVED] Restarting shared Datasource does not workGreat, thanks for the quick work. Where can I find this build? on the nightly build page? AlexRe: [SOLVED] Restarting shared Datasource does not workHello Dragica, thank you for information. Hope it can be fixed quickly. Using one thread was just for test purposes. For production load testing multiple threads are mandatory. BR, Alexander KnauerRe: [SOLVED] Restarting shared Datasource does not workSame error with Microsoft SQL Server: com.microsoft.sqlserver.jdbc.SQLServerException: Die Verbindung wurde geschlossen. at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:170) at com.microsoft.sqlserver.jdbc.SQLServerConnection.checkClosed(SQLServerConnection.java:304) at com.microsoft.sqlserver.jdbc.SQLServerStatement.checkClosed(SQLServerStatement.java:904) at com.microsoft.sqlserver.jdbc.SQLServerStatement.execute(SQLServerStatement.java:657) at com.eviware.soapui.impl.wsdl.teststeps.datasource.DBDataSource.load(SourceFile:104) at com.eviware.soapui.impl.wsdl.teststeps.WsdlDataSourceTestStep.next(SourceFile:478) at com.eviware.soapui.impl.wsdl.teststeps.WsdlDataSourceTestStep.run(SourceFile:135) at com.eviware.soapui.impl.wsdl.testcase.WsdlTestCaseRunner.runTestStep(WsdlTestCaseRunner.java:197) at com.eviware.soapui.impl.wsdl.testcase.WsdlTestCaseRunner.internalRun(WsdlTestCaseRunner.java:128) at com.eviware.soapui.impl.wsdl.testcase.WsdlTestCaseRunner.internalRun(WsdlTestCaseRunner.java:39) at com.eviware.soapui.impl.wsdl.support.AbstractTestRunner.run(AbstractTestRunner.java:137) at com.eviware.soapui.impl.wsdl.loadtest.WsdlLoadTestRunner$InternalTestCaseRunner.run(WsdlLoadTestRunner.java:516) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Die Verbindung wurde geschlossen. => Translation: The connection has been closed