BinaryJava
6 years agoNew Contributor
How can I export a soapUI project with endpoints included?
I have exported my REST service to a WADL file but when I import it into another project the endpoint is missing on every request. I tried exporting as a swagger file but that doesnt fix it, I added the host: line to my json file but now all my endpoints are http://${#Project#url} but I don't want the http.
Is there a line I can add to the swagger file so that when I import it all my endpoints are ${#Project#url}?
Hi BinaryJava,
As far as I understand, you use Swagger 2.0. In this version, there are two values that define the endpoint: host and schemes.
In OpenAPI 3.0.0, there is one value that defines the URL: url (under the servers). So, I can advise that you use the newer version of Swagger.