ContributionsMost RecentMost LikesSolutionsCreating a SOAP request through form does not create proper xml requestHi, I am using soapui pro 3.0.1. I have a document style WSDL. In my test case i create a SOAP request, choose a operation and add the required data to it by adding different elements. This is done through the form. However when i move to Outline/ XML tabs of the request i do not see the appropraite values being reflected there. As a result my request is improper and i get error in response. Please advise. Thanks.Tests failing when run through commandlineHi, I have a set of tests which pass when run through soapUI user inteface but tend to fail when its run through commandline as a suite. My script has some xpath assertions and 'contains assertion' type of assertions. The tests through 'missing token' exceptions and 'Missing content for xpath..' kind of exceptions. Any idea as to why this happens ?Changes not getting saved in SoapUIHi, I am using SoapUI Pro 3.0.1. Though not very frequent i have come across cases wherein the changes made my me do not get saved (inspite of hitting save multiple times) and as a result i end up making changes again . Any idea why the above happens and how to avoid situations like this ?Composite project not supported in SoapUI (open sourced version) Hi I am not able to open the projects (with Composite Projects property set to 'true') in SoapUI (open sourced). These are the projects I created using SoapUI Pro. Is there a way to open these projects in SoapUI (open sourced)? Regards ArikaRe: [SOLVED]How can we set values for a property in Data Source from Groovy Script?Hi I am using it in Script assertion. It does not work there. It work in Groovy Script though. Regards ShalabhRe: [SOLVED]How can we set values for a property in Data Source from Groovy Script?Hi Is there a way I can get the values at a cell location in the data source? I tried def model = testRunner.testCase.testSteps["DataSource"].dataSource.gridModel model.getValueAt( 0, 0 ) but it did not work. Regards ShalabhRunning all the tests in all the projects within a workspace from command lineThis feature will let us get a combined result of the all the tests within a workspace - a consolidated results which can then take the user to the project result that he/she selects. This can also be thought of an testing dashboard for the workspace. Regards ShalabhRe: How can I run all the tests in a workspace?Hi Robert I have done that. The problem with it is that the test results that gets generated are separate for each project. If I want to have an overall status of the test run, I will have to either manually collate it or write a small utility to do so. RegardsHow can I run all the tests in a workspace?Is there a way to run all the tests within all the projects in a workspace from command line (so that I get a combined report of the passed and failed tests)? RegardsRe: [SOLVED]How can we set values for a property in Data Source from Groovy Script?Hi Ole It worked Thanks