Menu

#659 base path re-appended to resource path every time a request is opened

v1.0 (example)
open
nobody
2
2014-01-03
2013-11-26
carlin
No

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

  • Interface basePath is "/myService/v1/"
  • Resource Path is "myresource"

When I open the request, my Resource Path becomes "/myService/v1/myresource". When I open it again it becomes "/myService/v1//myService/v1/myresource".

  1. Resource Path = "/myresource/v1//myresource/v1

Discussion

  • suip

    suip - 2013-12-06

    This has been fixed in release 4.6.2 of SoapUI: http://www.soapui.org/Downloads/latest-release.html

     
  • carlin

    carlin - 2013-12-20

    Looks like the option to add a basePath has been removed

     
  • suip

    suip - 2014-01-02

    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.

     
  • carlin

    carlin - 2014-01-03

    Ah, so it was just removed from the create interface wizard. Thanks for pointing that out.

     

Log in to post a comment.