Use Epoch Time in SOAPUI as a unique value

Want SOAPUI to insert epoch time into your request to be used as a unique value when the request is submitted? Use the following string in your SOAP request and epoch time will be inserted in its place!

${= System.currentTimeMillis() }

Author: Matt

Leave a Reply