Forum Discussion

sivabalan19's avatar
sivabalan19
New Contributor
15 years ago

Property transfer in SOAPUI

Hi,

I am using SoapUI 4.0.0 for testing web services whose endPoints changes frequently. So, whenever it changes, i used to hard code the endpoint in SoapUI. Now, i have learned how to initiate the request from command prompt. Is there any way to pass the endpoint as one of the options in the cmd?

If not, please show me any other way to do the same.

-Thanks in advance.

1 Reply

  • JimL's avatar
    JimL
    Contributor
    Hi,

    If you launch testrunner and get the GUI, and then run it, and then scroll to the top of that, it will show you the testrunner.bat command line with the parameters that were used, including the endpoint URL.

    Also, according to this:

    http://learnsoapui.wordpress.com/2011/0 ... mand-line/

    the "-e" parameter is for the endpoint.

    Jim