ContributionsMost RecentMost LikesSolutionsRe: Property Transfer from HTTP HeaderI wonder how other people are using SOAP UI to test REST services? You must have the same issue if you need a session ID passed always in a HTTP header. Even if you rely on a cookie for sessionID, there are still scenarios where you'd need to be able to cache a value in a property and then add it into HTTP headers - for example ETag, an API key (license key), etc. Is the Pro version in any way different in this area? Would it help me to attach HTTP headers?Re: Property Transfer from HTTP HeaderI'm actually trying to use the groovy hack to read the ETag header from a HTTP response and set it into a HTTP request header of a subsequent request. I managed to read the ETag header from a response and save it into a property (as described in the above Groovy script), but from here I can't figure out how to set the HTTP request header of another Test step to this value. I tried using another Groovy script but it doesn't seem to work (raises an exception) ... or I don't know which properties to use on "testRequest" object. Any idea? def httpRequestHeaders = context.testCase.testSteps["delete site 1 for customer 1"].testRequest.requestHeaders httpRequestHeaders["ETag"] = "282892923" Thanks.Re: Property Transfer from HTTP HeaderJust to add myself to the queue. It would be very helpful indeed ... it's difficult to test REST services without this!!!Re: [RESOLVED] Can't start the 3.0.1 release on a Vista machine due to a Java errorDone the change and yes, it works this time! I'd suspect that value is the amount of memory it attempts to reserve at startup and it fails? However, not really important. Thanks a lot for sorting this out! FlorinRe: [RESOLVED] Can't start the 3.0.1 release on a Vista machine due to a Java errorhere you go ...Re: [RESOLVED] Can't start the 3.0.1 release on a Vista machine due to a Java errorI see. I confirm I have used the installer and the shortcut created by the installer in the Start/Programs doesn't start the application. In the meantime starting SoapUI from bin\soapui.bat seems to solve the issue. Regards, FlorinRe: [RESOLVED] Can't start the 3.0.1 release on a Vista machine due to a Java errorHi Robert, I'm not so sure I understand what you mean. I have used the installer to install the latest SoapUI.Re: [RESOLVED] Can't start the 3.0.1 release on a Vista machine due to a Java errorUpdate - if I'm using soapui.bat to run the application it works. It tells me that JAVA_HOME is not set, but it runs the application. It seems that soapUI-3.0.1.exe doesn't find Java???[RESOLVED] Can't start the 3.0.1 release on a Vista machine due to a Java errorHi, I had already a previous version of SoapUI (2.5.1) installed on a Vista machine - which btw worked just fine. I have uninstalled it and I installed the SoapUI 3.0.1 - but when I'm trying to run it I get a message box saying this: "The JVM could not be started. The main method may have thrown an exception." I'm not a Java guy, it might be something wrong with my JVM, but I just installed the latest JRE and I get the same error. Any ideas how I can get SoapUI 3.0.1 running on a Vista machine? Regards, FlorinRe: SOAP headers specified by policies in WSDLJust a quick update on this for anyone interested - starting with the nightly build of 16-Mar, the guys have added support for keeping the headers when updating the schema, based on a chekbox in UpdateDefinition dialog box. It worked just fine for me. Rgds! Florin