7V
7 years agoOccasional Contributor
Question on SoapUI projects XML "id"
Hi,
Looking at some SoapUI project XML we observe that a lot of elements got an "id" as the form of an UUID (I guess?).
Example:
<con:testCase id="5a707623-0251-4526-8b09-d9762d77c3ff" [......]> OR <con:interface xsi:type="con:RestService" id="2b3b5225-a503-4e19-9e0a-bf39f8cc0cc3" [.......]>
I looked for info but can't find any that helps me. How are these "id" used internally in SoapUI ?
What is the risk if I manipulate the project's XML and create duplicate ID's?
Can I create new components manually and generate a UUID with a UUID v4 generator ?
Thank you,
7v