ContributionsMost RecentMost LikesSolutionsParameterizing REST URIDoes soapUI support REST URIs that are generated after an HTTP Post via XML? The system I am working with requires an authenticated POST of XML type where XML is passed in with certain parameters. If there is a result set from the search parameters, the system generates a URI and passes this back in the response. For example: <ns2:PetsResults xmlns:ns2="http://pets-search.com/api/1.0"> <Uri>http://pets-search.com/api/v1/pets/searchResults/8a5ec8142b356e5a012b360e81a903eb</Uri> </ns2:PetsResults> This URI has a limited lifetime and only lasts for 8 hours and then is removed from the system's database. Is it possible to transfer this URI from the HTTP response into a REST request? Can the Resource/Method be parameterized?Conditional GoTo question:Please see attached image for question:[RESOLVED] Converting property from String to IntI'm sure there is something obvious I'm missing (haven't done much GroovyScripting) however I'm curious as to why this code does not produce an output of '20' assuming that #pageIncrement property == 10. def nextIncrement = (context.expand('${#pageIncrement}')) log.info(nextIncrement) nextIncrement.toInteger() nextIncrement = nextIncrement + 10 log.info(nextIncrement) Re: Referencing properties inside a DataGen Test StepI'm wanting to know the answer to this as well. Any input from the community?Getting IO.Exception when installing latest build.Defaults selected and error occurs during Java MS portion of install. Screenshot of error: http://screencast.com/t/MjhkMWMyMRe: How to remove Test Properties from ProjectReportOk, it appears SoapUI was in a state that did not allow me to edit the XML in the built in editor. After a restart, I was able to remove lines 101 and 102 which referenced the properties report. The properties STILL populated the report. So again, I ask the question, how do I run a project report that does not include the TestProperties.Running a created report fails with java errorI attempted to create a TestSuite report (and a Project report) and I get the following error when trying to run the report. Fri Oct 09 13:32:13 EDT 2009:ERROR:net.sf.jasperreports.engine.design.JRValidationException: Report design not valid : 1. Parameter not found : FailedTestSteps 2. Parameter not found : TestStepResults Where to begin in troubleshooting this error?Re: How to remove Test Properties from ProjectReportI'm unable to follow these steps. How does one edit the XML? I am unable to edit inline. Do I need to find the file on the disk, edit it there and reload it into SoapUI? Also, how does one toggle line numbers into the view?Re: [RESOLVED] Property Expansion in RequestFilter.filterRequest scriptWhen you say "run the test", at which level are you running it? Project, TestSuite, TestCase?Need ability to remove multiple / all items from headers UII would go further and suggest that this should be the default behavior for any list view where the user enters items (i.e. Events, Assertions, Attachments, etc.) http://screencast.com/t/sP5zfuEJnJ