Skip to content

Instantly share code, notes, and snippets.

@infomaven
Last active June 14, 2024 03:41
Show Gist options
  • Select an option

  • Save infomaven/ca91bb79bcacb2b27649fa1530a0389b to your computer and use it in GitHub Desktop.

Select an option

Save infomaven/ca91bb79bcacb2b27649fa1530a0389b to your computer and use it in GitHub Desktop.
SoapUI OSS Cheat Sheets

Quickstart - REST/WebService APIs used in the Course

postman - import demo

  • Import the collection to create a soapUi Project SoapUI > File > Import Postman Collection

openAPI2/Swagger - Petstore

  • 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

openAPI3 - Bankground

  • use the *.json url to get to the openAPI file
  • add to existing Project or SoapUI > File > New REST Project

RestfulBooker API

  • 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

SOAP - CountryInfoService

  • navigate to Service Description

SOAP - Calculator Service

RAML - Hello World

Create Project from REST call

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment