misior88
7 years agoNew Contributor
Changing Endpoints
I Have a Question,
In the Request if you Double click there is an Endpoint page with endpoints.
like in the Picture.
inow have Locahost 8080 and 4040. is there Any way for me to get these Endpoints as a List in SoapUI 5.4.0.
I am jsut asking because even Preference Settings can be accesed in SoapUi and getting these Endpoints would be awesome.
Hi, you can use
project.interfaces["Some Interface"].getEndpoints()
Depending on where you run the script, to get project you might need to use
context.getTestCase().getProject()
or similar.