ContributionsMost RecentMost LikesSolutionsRe: [SOLVED]Type [null] is not supported by Form EditorHi Again, I've applied the latest 3.0.2 nightly build and the issue is resolved now. [SOLVED]Type [null] is not supported by Form EditorHi Guys, I've started getting the following error message in the form view when I create a new request in soapUI PRO 3.0.1 createCustomer_Request: Type [null] is not supported by Form Editor. This was working fine and I'm sure that nothing has changed since I accessed the project last Friday. I should add this is happening where I import the WSDL URL. If I use the free version of soapUI 3.0.1 and create a new project passing in the WSDL URL and create a request I just get an empty envelope!! None of the mandatory or optional fields are generated in the request.Re: Problem migrating Project from SOAPUI PRO 2.0.2 to SOAPUI PRO 2.5.1Hi Ole, Thanks a million for the advice. I changed the HTTP version to 1.1 and I can run my testsuites successfully now on version 2.5.1. Regards, NoelProblem migrating Project from SOAPUI PRO 2.0.2 to SOAPUI PRO 2.5.1Hi Guys, I hope that someone can offer me some advice, recently I've upgraded from 2.0.2 to 2.5.1. In fact I have both versions installed now at the moment on my PC. I have taken a copy of some of my 2.0.2 projects and when I open them in 2.5.1 and try to run them I'm getting the following error "Exception in request: java.lang.Exception: java.net.SocketException: Software caused connection abort: recv failed" "An error occured [java.net.SocketException: Software caused connection abort: recv failed], see error log for details" However the same projects will run perfectly in 2.0.2 There are no connection issues from my PC to the server so I'm not sure what to do. Any ideas would be appreciated. Thanks, Noel.Re: Property Expansion and Groovy ScriptHi Ole, Thanks again for the speedy response, I have it working now. /Noel Re: Property Expansion and Groovy ScriptHi Ole, Thank you so much for the quick response. I can get the prop = context.expand( '${#Project#FILE_PATH}' ) to work but not the def prop = testRunner.testCase.testSuite.project.properties["FILE_PATH"] This is because I'm running a peice of groovy script from the mock response editor and its not invoked with testrunner. Is there a way around this? Thanks, NoelProperty Expansion and Groovy ScriptHi there, If I have a property attached to my project called FILE_PATH, can I make a direct reference to it within Groovy script. ${#Project#FILE_PATH} or do I have to use something like context.getProperty("FILE_PATH") Finally I would like to know if its possible to make a change to this properties value and then save the change to the project. Thanks, Noel