Forum Discussion

PERSIN's avatar
PERSIN
Contributor
6 years ago
Solved

How/Where to configure Endpoint in SOAPUI task in VSTS

HI,

 

I am trying to configure SOAPUI task in VSTS but getting error as below:

 

 

I have the project in .xml file and when I am trying to to execute the build then I am getting errors as below:

 

1. Missing endpoint for request [XYZ]

 

 
Can you please let me know where to configure Endpoint
 
Thanks,
Pratap
  • In step 3, where you are providing the path of the XML project and the other arguments, try the "-e" command line argument. Example from the documentation I posted:

     

    -ehttps://endpointURL:port/Path/To/Web/Service

    There is also the -h command line argument that is similar.

27 Replies

  • groovyguy's avatar
    groovyguy
    Champion Level 1

    I typically set up endpoints within the ReadyAPI project itself. I set up my endpoints on the "Projects" tab by doube-clicking the binding in question to open it. Once that opens, there's an "Endpoints" tab that you can use to pre-define endpoints to use for requests. Does that help?

    • PERSIN's avatar
      PERSIN
      Contributor

      Hi,

       

      Thank you for reverting back.

       

      You meant in the Project.XML itself?

      • groovyguy's avatar
        groovyguy
        Champion Level 1

         Well, it would be set in the project XML file, but I do not recommend manually editing that file itself, You would need to load the project XML into ReadyAPI and adjust / edit the endpoints there.