- Import the collection to create a soapUi Project
SoapUI > File > Import Postman Collection
- Add to existing Project or create new Project with
SoapUI > File > New REST Project - To get the swagger file, navigate to url ending with
*.json
- use the *.json url to get to the openAPI file
- add to existing Project or SoapUI > File > New REST Project
- the API is well documented, but uses a format not supported by SoapUI (apidoc). You must either add the requests by hand or convert them to a supported format.
- this repo contains a v2 Postman collection for the RestfulBooker API
- when imported to SoapUI, forms its own Project
Remote SOAPUI Project - CurrencyConverter
- add to existing Project or SoapUI > File > New SOAP Project
- navigate to
Service Description
SOAP - Calculator Service