ContributionsMost RecentMost LikesSolutionsRe: groovy log to fileHi Ole, That's great for groovy logs. But how do you capture the TestCase Log output (the output one can see in the GUI and can manually output to file)? Cheers! MilesRe: Property Transfer XPath BugHi Ole, I tried switching off pretty print but to no avail. Can you think of any other way around the issue? Also, does SoapUI treat property values differently when using XML data as opposed to strings? MilesProperty Transfer XPath BugSoapUI Pro 2.0.2 property transfer is not operating as expected when using XPath statements, as follows. Example XML: aaa bbb With above XML in a previous test case step, I can use property transfer: //x[1] to pass value to another property, say. But, the result now has some spaces added. Result is: aaa bbb This has introduced unwanted spaces. Problem is further compounded by XPath implementation used by SoapUI, which is sensitive to whitespace. That is, if the result is then transferred as above, with same XPath: //x[1] Result is just whitespace. Whenever there is whitespace between tags, XPath fails to return correct data. Probably a bug. Any solution/workaround to this? Cheers. Miles.