Skip to content

library for interfacing with SOAP and REST web services

License

Notifications You must be signed in to change notification settings

blackbaud/bubblebath

 
 

Repository files navigation

BubbleBath

Build Status Coverage Status

  • https://github.com/sandwichclub/bubblebath
  • library for interfacing with SOAP web services
  • leverages SoapUI's powerful schema compliance engine for soap message assertions
  • supports REST too - but implementation is incomplete

Structure

SOAP:
`MyApplicationSoapClient < Bubblebath::SoapApi::SoapClient

MyOperation < MyApplicationSoapClient`

REST:
`MyApplicationRestClient < Bubblebath::RestApi::RestClient

MyOperation < MyApplicationRestClient`

BubbleBath Gli Generator

Getting Started
---
To generate a new project:

##check current version
`bundle exec bin/bubblebath-gli-generator -v


##create a new project
`bundle exec bin/bubblebath-gli-generator new my_soap_test_project

About

library for interfacing with SOAP and REST web services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 85.5%
  • HTML 13.8%
  • Gherkin 0.7%