Forum Discussion

oldirty's avatar
oldirty
New Contributor
14 years ago

append UUID to endpoint+resource

Hi,

I'm testing a REST service that takes in an endpoint+resource like the following:

http://fqdn:port/v1/resource

I need to append a generated UUID for my PUT request

http://fqdn:port/v1/resource/f37747a4-f ... bc62baa15b

So I've created the basic endpoint, resource, and request method. My test case has a setup script that generates the random UUID. I'm able to use the property transfer to add the UUID to the request, but cannot figure out how to append the generated UUID like the example above. Thanks in advance.