Whenever I open an existing Request, the basePath defined at the Interface level is pre-appended to the Resource Path. This happens every time it's opened so the resource path can become quite long.
For example, my
When I open the request, my Resource Path becomes "/myService/v1/myresource". When I open it again it becomes "/myService/v1//myService/v1/myresource".
This has been fixed in release 4.6.2 of SoapUI: http://www.soapui.org/Downloads/latest-release.html
Looks like the option to add a basePath has been removed
The option is still there in version 4.6.2 and 4.6.3 too. When you click on the REST interface, you will see the BasePath property at the lower left of the screen in SoapUI Pro.
Ah, so it was just removed from the create interface wizard. Thanks for pointing that out.