turman
12 years agoOccasional Contributor
[Resolved]Patch for sorting endpoint URLs
Hi,
I'm testing web services which have tons of endpoints (more than 30 URLs for many services) and it's really painful to choose the good one from the drop list.
Would it be possible to add the following line in the com.eviware.soapui.impl.support.AbstractInterface class between line 73 et 74 ?
That way endpoints are sorted alphabetically and it's a lot less painful to pick up the good endpoint from the list.
I have seen that a page exists for contributors : http://www.soapui.org/Developers-Corner ... oapui.html
But do I really need to fill up the Contributor Agreement regards to the ridiculous size of my contribution ?
I hope that a SmartBear guy will validate that line of code and will integrate it for the next SoapUI release
Thanks, Vincent.
I'm testing web services which have tons of endpoints (more than 30 URLs for many services) and it's really painful to choose the good one from the drop list.
Would it be possible to add the following line in the com.eviware.soapui.impl.support.AbstractInterface class between line 73 et 74 ?
Collections.sort(endpointArray);
That way endpoints are sorted alphabetically and it's a lot less painful to pick up the good endpoint from the list.
I have seen that a page exists for contributors : http://www.soapui.org/Developers-Corner ... oapui.html
But do I really need to fill up the Contributor Agreement regards to the ridiculous size of my contribution ?
I hope that a SmartBear guy will validate that line of code and will integrate it for the next SoapUI release

Thanks, Vincent.