Forum Discussion

Nisha_Shah's avatar
Nisha_Shah
Occasional Contributor
15 years ago

how to change endpoint reference globally

Hi,
I'd like to replace the endpoint name that I'm using in my REST steps, from ${#Global#<property_name_X>}, to ${#Global#<property_name_Y)}. I have dozens of REST requests that use this. How can I do the replacement globally, so that I don't have to modify each REST step individually?
Thanks.

2 Replies

  • sdgeu2's avatar
    sdgeu2
    New Contributor
    Not exactly 'Globally' but you can setup endpoints at the interface level and then "Assign" the endpoint to all TestRequests for that particular interface's operations. In addition, you can assign a handful of other items; unfortunately not everything specific to TestRequest.
  • amollin's avatar
    amollin
    New Contributor
    One approach would be to open the SOAP UI Project XML file in WordPad and do a find-and-replace. I've done this and it has worked for me. I hope it works for you.