PERSIN
7 years agoContributor
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:...
- 7 years ago
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.