ContributionsMost RecentMost LikesSolutionsRe: Substitute value in xml in DataGenI found that I can just do this with a DataGen step that adds one to a property <arg3> <![CDATA[ <order> <customer_invoice>${invoice}</customer_invoice> <ts_created>2013-11-03T17:15:21.000-08:00</ts_created> <priority>0</priority> </order> ]]></arg3> Substitute value in xml in DataGenHi, I created a DataGen step. I have 4 arguments to my soap endpoint. One of these arguments is a xml document. In this xml document I would like to substitute some values for each run. Is that possible ? In this case the customer_invoice <arg2>${DataGen#requestID}</arg2> <arg3> <![CDATA[ <order> <customer_invoice>201223686</customer_invoice> <ts_created>2013-11-03T17:15:21.000-08:00</ts_created> <priority>0</priority> </order> ]]></arg3> Thread safe datagenHi, I am using a datagen to generate sequence number used in a webservice request. When running this as a loadtest with one thread it work fine, but running with more threads fails. The data from the datagen is getting used by more than one thread. Each request should have new data How to make datagen threadsafeSequence number in free soapuiFree soapui. Hi, can I generate a sequence of numbers that is used in a request in a test suite. (datagen) or is that only available in the pro version ? Thanks