Forum Discussion

BinaryJava's avatar
BinaryJava
New Contributor
5 years ago
Solved

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 ...
  • Nastya_Khovrina's avatar
    5 years ago

    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.