Forum Discussion

Dobly's avatar
Dobly
New Contributor
10 years ago

Setting the order of REST resources

Is there a way to alter the order of REST resources?

Our web service has logical groupings of calls. For example we have a Person controller that has a GET, a POST and a PUT call.

Seems that with SoapUI each of these would be a separate resource. This is far from ideal because if we add a new call to the Person controller, say something like GET(int OrderID) to return that users orders, I can't see how to group those calls together. Even an alphabetical listing would be superior to the current 'order that you enter then' system.

I saw that this issue was raised last year and apparently is under Issue ID SOAP-1214. I don't know where to look that up. Has this issue been resolved?
No RepliesBe the first to reply