Need a UUID for use in SOAPUI?

Create a property using a Groovy Script test step with the following line :

def property = java.util.UUID.randomUUID()

or let SOAPUI parse it in-line :

${=java.util.UUID.randomUUID()}

Leave a Reply