Forum Discussion
nmrao
11 years agoCommunity Hero
How did you do? If you can share the steps to follow in order reproduce the issue would be great help.
sbayani88
11 years agoNew Contributor
Steps to reproduce:
1. Create an empty project in SoapUI 5.2.0 (or Ready! API 1.3.1)
2. Right click on project and select Import Swagger
3. Select Swagger Definition file
4. Select Definition Type: Resource Listing
5. Click OK
Definitions such as these imported:
/api/product/{id}
/api/product/View
These would not import:
/api/product/{id}/Hard
/api/product/{id}/Soft
/api/product/{id}/Something/{Type}
/api/product/{id}/Something/{Type}/View
- nmrao11 years agoCommunity HeroHave you got a soapUI pro / ng license? And I was looking for how you plugged in swagger in SoapUI Open Source edition.
- sbayani8811 years agoNew Contributor
Swagger plugin comes bundled with the soapui open source version. I did try on the sopaui pro as well and received the same error.