ContributionsMost RecentMost LikesSolutionsRe: Oracle OWSM policies and SoapUII was searching for the same thing and came across this: http://www.oracle.com/technetwork/middl ... 559448.pdf I've not had chance to try it yet but hopefully this is helpful to others in the same boat.Re: when closing a project there's always a prompt message aboutAny luck with this?The Save and Exit buttonSo, I'd just done a few hours work: I move my mouse to the toolbar to save, when I notice there is a "Saves all projects and exits SoapUI" button, so I click it. Then I press yes to Exit (doesn't mention anything about not actually saving). Then I realise that in the preferences I unchecked the "Save on Exit" 'feature' (which is annoying when using version control and openining tests written in earlier versions or not pretty printed etc. as it saves it even though nothing was changed). I then re-open SoapUI to find that none of my work had been saved!!Re: Generating random string for web service requestTry putting the following in your SOAP message: ${=5+1000*Math.random()} this will create a random number from 5 to 1005.Re: Groovy: setPropertyValue()1. What is the error message? 2. doesn't setPropertyValue(java.lang.String name, java.lang.String value) take two arguments not the 3 you have given "setPropertyValue(%s,"abc",line1)"?Re: Security Test GUISorry I didn't receive a notification that this thread had been posted to. I haven't tried it yet but I will hopefully try it today. ThanksRe: Copying properties to multiple test cases and stepsWhy do you want to dulicate them? Is it just so they can all access the same data? If so then just use project or test suite properties which can be accessed by all (chidren) test cases.Re: [Resolved] Assertion - Ignore namespace prefixesWell in the example you posted the it's not just the name space prefixes which are different: v11:PaymentInstructionGroup io5:PaymentInstruction Looks like you need to change the test (or the test was correct to fail)?This SPAM is really annoying now..Is there something that can be done to prevent these bouts of spam we keep getting as they are getting worse and worse.Re: Execute from hereAs a work around you could block disable the preceding tests and then click run.