Forum Discussion

depeche's avatar
depeche
Contributor
16 years ago

Is there any way to generate GUID values in SoapUI?

Is there any way to generate GUID values in SoapUI?
  In my request, I need to change few attribute values which should be unique across calls. The request is using guid values.

Thanks & regards!
depeche

4 Replies

  • Hi Ole!
          Thanks for the immediate response. It surely works in groovy script as follows:

    def guidVal = "${java.util.UUID.randomUUID()}";


    Thanks & regards,
    depeche
  • Hi depeche,

    sure.. try the following in your message:

    ...

    ...


    How does that work?

    regards!

    /Ole
    eviware.com
  • I am newbie and would like to know how to generate the GUID values in SOAP UI pro.
  • I am newbie and would like to know how to generate the GUID values in SOAP UI pro.